0

I am trying to solve a problem with C#. I am able to import PST to outlook. Then use Import and Export option of Outlook to convert a folder within PST (chats) to CSV. how can i do the same using C#? If there is anyone who can help me with the code or give me link to any reference, it would be of great help.

Thanks

4

2 回答 2

0

目前尚不清楚您究竟要导出什么。无论如何,您可能会发现C# 应用程序自动化 Outlook (CSAutomateOutlook)示例项目很有帮助。

看起来您需要遍历所有文件夹并获取所需信息。如何:枚举文件夹页面对您来说是一个好的开始。

于 2014-12-05T11:49:35.027 回答
0

尝试Pstxy

它提供了一个 .NET API,您可以遍历 Outlook PST 文件,并提取您需要的邮件内容。

于 2020-03-31T09:07:34.547 回答