如何从 Outlook 2007 中提取电子邮件内容?

发布于 2024-10-20 08:25:06 字数 60 浏览 2 评论 0原文

我需要编写一个程序来提取具有特定主题的电子邮件内容并保存在文本文件中。我从哪里开始?哪种语言有必要的支持?

I need to write a program that extracts contents of email messages with specific subjects and saves in a text file. Where do I start? Which language has the necessary support?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

请别遗忘我 2024-10-27 08:25:06

假设.NET:

Assuming .NET:

只为守护你 2024-10-27 08:25:06

您可以通过 C++ 或 .NET 使用 Outlook 的 COM+ 界面 的语言。

您可以在Microsoft Outlook 开发人员中心找到更多信息。

You can interoperate with Outlook from C++ or .NET languages using Outlook's COM+ interface.

You can find more information at Microsoft's Outlook Developer Center.

〆凄凉。 2024-10-27 08:25:06

I'm lazy and like to go with VBA. If you like VBA, you can find the references below for most of what you need:

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