打开 DBX 和 BAT Outlook 文件

发布于 2024-10-23 18:25:47 字数 114 浏览 5 评论 0原文

大家好,我需要在 C++ 程序中阅读 Outlook 中的一些电子邮件,之后根据电子邮件的内容,我将决定是否回复。

我想我需要打开 Dbx Outlook 文件,但是如何打开?

谢谢

Hi guys I need to read some email from outlook in a C++ program, after that based on the content of email, I'll decide to reply or not.

I suppose I need to open Dbx outlook files, but how?

thx

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

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

发布评论

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

评论(1

依 靠 2024-10-30 18:25:47

DBX 文件是 Jet Blue ESE 数据库文件您可以在此处找到文档:

或者您可能会发现直接使用 Outlook Express 库更容易:

目前文档似乎存在问题,因为所有接口都声明它们没有定义任何方法。但是,您可以在无脚本版本的左侧看到所有方法。

DBX files are Jet Blue ESE database files You can find the documentation here:

Or you may find it easier to use the Outlook Express libraries directly:

There currently appears to be a problem with the documentation, as all the interfaces state that they don't define any methods. However you can see all the methods in the left-hand-side of the scriptfree version.

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