Question

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 :)

Was it helpful?

Solution

This is for the first question:

Reading an Outlook MSG File in C#

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top