how to convert .msg file into Exchange.EmailMessage object in .net c#

30 views Asked by At

I need to open and convert a .msg file from disk into Exchange EmailMessage object in order to iterate it and do some operations. It can be possibile? I cannot find something useful on internet.

There's a way?

I tried with this library MsgReader.Outlook to open it, but I cannot convert it to Microsoft.Exchange.WebServices.Data.EmailMessage.

0

There are 0 answers