Hi good afternoon, I'm developer in the Duo T.I. Soluções and we have the licence from the 'mail.dll'. I have a question, regarding to it. Using the 'mail.dll' is possible open attachments that are inside the archive type .EML ? Very Thank's
Sure it is possible.
The easiest way is to simply use IMail.ExtractAttachmentsFromInnerMessages method:
var attachments = mail.ExtractAttachmentsFromInnerMessages();
There is a good article on this subject here: https://www.limilabs.com/blog/process-emails-embedded-as-attachments