Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to read email messages in Outlook? Or how to read .msg file? This should be read in vb.net or C# in visual studio 2010. Please share if you have a code. Any ideas or suggestion would be much appreciated.
Posted

1 solution

It is possible to use COM API for Outlook from Microsoft or third party APIs. Solution with Microsoft.Office.Interop.Outlook requires Outlook installed on the machine. Not recommend for web and cloud based applications.

You can try commercial libraries like MSG .NET. It can create and read Outlooks MSG files. These APIs does not require Outlook installed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900