Read from .msg files

huseyint picture huseyint · Aug 19, 2008 · Viewed 38.5k times · Source

I need to read from Outlook .MSG file in .NET without using COM API for Outlook (cos it will not be installed on the machines that my app will run). Are there any free 3rd party libraries to do that? I want to extract From, To, CC and BCC fields. Sent/Receive date fields would be good if they are also stored in MSG files.

Answer

Paul Batum picture Paul Batum · Oct 23, 2009

There is code avaliable on CodeProject for reading .msg files without COM. See here.