Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

I want to view outlook .msg file into WPF application. How to convert .msg to .html and view into html viewer within the WPF application(C#). Advise me


I want create complete environment for mail communication on WPF application for my employees.

Regards,
Saurabh Savaliya
Posted

 
Share this answer
 
Comments
VJ Reddy 31-May-12 19:55pm    
Good reference. 5!
El_Codero 1-Jun-12 18:07pm    
Thanks for voting 5 ;)
take a look at this:

Reading an Outlook MSG File in C#[^]

It should help. You will need to decide on how you want to access the mapi / email information. You will need to decide (if you are not just reading from a file on disk) how to communicate with exchange or other mail storage platform. Outlook automation is probably the best documented however Redeption is excellent at reading outlook related contexts!
http://www.dimastr.com/redemption/home.htm[^]
 
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