I want to read .msg file and converte it to mailmessage object then fill it with information depending on the keyword, there is also a excel table I need to include not as attachment but in the email itself.
Is there is a way to to read .msg file as mailmessage object or add .msg file in outlook folder ?
Please note that I am not allowed to use Invoke code or use a VB script
Do you think that you could do it with code?
I am trying to do the same thing on a VDI, that does not have Outlook installed.
I simply need to bring the *.msg file into UiPath as an object.
I can invoke code or use VBA script.