Hi all,
Happy new year
I have an eml file which has a .msg / rfc822 message as an attachment.
I am able to load the eml file and can see the attachment has IsEmbeddedMessage true. I want to load this embedded message as a new message and read the header values
Any pointers how can i load the attachment as a new MailMessage in .net?
I am not a developer by any means, just trying to put a quick and dirty proof of concept together
thanks a lot – Varun