在 C# 中使用 WPF 显示 .msg 文件

发布于 2024-10-18 13:02:35 字数 207 浏览 1 评论 0原文

我目前正在设计和实现一个应用程序,用户可以通过该应用程序预览和分类电子邮件(以及其他功能)。我希望创建 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难忘№最初的完美 2024-10-25 13:02:35

这是针对第一个问题:

用 C# 读取 Outlook MSG 文件

This is for the first question:

Reading an Outlook MSG File in C#

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文