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?
For some reason, I could not browse this package from Studio, so I downloaded it from parkatplace az a nupkg, and manually uploaded into Orchestrator as a library package.
I was looking for exactly for the same issue and it works like a charm.