Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在设计和实现一个应用程序,用户可以通过该应用程序预览和分类电子邮件(以及其他功能)。我希望创建 .msg 文件格式的电子邮件消息的“预览”并将其显示给用户。
我正在使用 C#,所以这实际上是一个两部分的问题。如何将 .msg 文件导入 C#,其次如何在 WPF 中显示预览?我不是要求一个完整的实现(虽然它会很好:p),但任何评论或提示都非常受欢迎。
谢谢 :)
这是第一个问题:
在 C# 中读取 Outlook MSG 文件