I have a folder of .msg files that I have been able to attain the attachments of via creating a mailMessage object via the Get Outlook Mail activity.
However, some of these attachments are themselves .msg files, and I need to grab their attachments too. I’ve found an activity to help but need the .msg files in the .eml format. Any suggestions?
Using this library you could read the MSG file into MsgReader.Mime.Message object, map it to a system.net.Mail.MailMessage and finaly save the MailMessage to EML file using the “Save Mail Message” activity