+1 vote

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

by

1 Answer

0 votes
 
Best answer

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

by (297k points)
...