打开 DBX 和 BAT Outlook 文件
大家好,我需要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.