从 IRDOMail 获取 _MailItem 接口

发布于 2024-10-17 02:49:09 字数 221 浏览 2 评论 0原文

我有一个 Outlook 插件。我正在使用救赎。

具体来说,我使用 IRDOMail::Move 将电子邮件项目从一个文件夹移动到另一个文件夹(兑换是我发现适用于所有存储的唯一方法)。我现在需要恢复对 Outlook 的 _MailItem 接口的保留,而我只有一个指向兑换对象的指针。看来 Redemption 可以与 MAPI(它派生自)一起使用,而我需要的是 Outlook 界面。

谢谢。

I've an Outlook plug-in. I'm using Redemption.

Specifically, I'm using IRDOMail::Move in order to move an email item from one folder to another (redemption is the only method I've found that work with all storages). I now have a need to get back a hold to the Outlook's _MailItem interface, while I only have a pointer to the redemption object. It appears Redemption works with MAPI (it is derived from), and what I need is the Outlook interface.

Thanks.

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

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

发布评论

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

评论(2

别想她 2024-10-24 02:49:09

使用 RDOMail.EntryID 属性通过 Namespace.GetItemFromID 将邮件重新打开为 Outlook.MailItem

Use RDOMail.EntryID property to reopen the message as Outlook.MailItem using Namespace.GetItemFromID

动听の歌 2024-10-24 02:49:09

IRDOMAIL::MAPIOBJECT 将为您提供底层 MAPI 对象。也许您可以使用它而不以某种方式导航到 Outlook 界面。

赎回使用 MAPI 是的,它的目标是完全替代 CDO 1.21

IRDOMAIL::MAPIOBJECT will give you the underlying MAPI object. Perhaps you can use that not somehow navigate to the Outlook interface.

Redemption uses MAPI yes and it also aims to be a be a full replacement for CDO 1.21

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