Display a .msg file using WPF in C#

3.1k views Asked by At

I am currently designing and implementing an application whereby a user can preview and classify emails (amongst other features). I wish to create a 'preview' of the email message which is in a .msg file format and display it to the user.

I am using C# so this is really a two part question. How do I get the .msg file into C# and secondly how do I display a preview within WPF? I am not asking for a full implementation (although it would be nice :p) but any comments or tips are extremely welcome.

Thank you :)

1

There are 1 answers

2
Erez On BEST ANSWER

This is for the first question:

Reading an Outlook MSG File in C#