Hi All,
My script downloads outlook email as .eml format. This has an excel file as an attachment inside which I need to separate. To achieve this, I converted the .eml file into MailMessage object by using UiPath activity called “Read Email from Saved File to Object”. I then tried to extract the attachment from this MailMessage object by using “save attachment” activity, same way its suggested here: How to retrive attachments from .eml file.
However its not working. I want to separate the attached excel file with the same name. Could someone guide me with a bit detailed steps?
Thank you!