I have already followed the solution availble on UiPath forum, in that i am stucked
I have a task where I need to download attachments from a list of .eml files. Each .eml file contains 2-3 attachments. Currently, I am using the “Read Email from Saved File to Object” activity from the UiPath Marketplace to convert my .eml files into objects: Read Email from Saved File to Object
However, when I try to debug or save the attachments from the .eml object using a For Each loop or the Save Attachments activity, I am unable to extract and save the attachments. It seems that the .eml object is not fetching the attachments list correctly.
Is there something I am missing? How can I effectively extract and save attachments from these .eml files? I would appreciate any expert help on this matter.
the emailObject is of type argument: System.Net.Mail.Message
the way i tried to run as you suggested, but it saves empty folder. please see my above screenshots
i am 100% sure , there are 2-3 atachments in my .eml file.
However do you know how can we save atachments from System.net.mail.mailmessage object ?