开发者

Display a .msg file using WPF in C#

开发者 https://www.devze.com 2023-02-12 03:38 出处:网络
I am currently designing and implementing an application whereby a user can preview and classify emails (amongst other feat开发者_StackOverflow中文版ures). I wish to create a \'preview\' of the email

I am currently designing and implementing an application whereby a user can preview and classify emails (amongst other feat开发者_StackOverflow中文版ures). 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 :)


This is for the first question:

Reading an Outlook MSG File in C#

0

精彩评论

暂无评论...
验证码 换一张
取 消