在 C# 中使用 WPF 显示 .msg 文件
我目前正在设计和实现一个应用程序,用户可以通过该应用程序预览和分类电子邮件(以及其他功能)。我希望创建 .msg 文件格式的电子邮件的“预览”并将其显示给用户。
我使用的是 C#,所以这实际上是一个由两部分组成的问题。如何将 .msg 文件导入到 C# 中,其次如何在 WPF 中显示预览?我并不要求完全实施(尽管这会很好:p),但非常欢迎任何评论或提示。
谢谢 :)
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 :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是针对第一个问题:
用 C# 读取 Outlook MSG 文件
This is for the first question:
Reading an Outlook MSG File in C#