在 Outlook.MailItem 中切换数字签名

发布于 2024-08-20 03:20:44 字数 126 浏览 5 评论 0原文

在 Outlook 2007 中,我编写了一个 Application_ItemSend 处理程序,它需要关闭所选邮件的数字签名,即使默认情况下所有邮件的签名通常都是打开的。

如何激活/停用 MailItem 对象的签名?

In Outlook 2007, I have written an Application_ItemSend handler which needs to turn off digital signing for selected messages, even though signing is normally on by default for all messages.

How can I activate/deactivate signing for MailItem objects?

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

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

发布评论

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

评论(2

爱给你人给你 2024-08-27 03:20:44

有一种挂钩按钮并调用执行的旧技术...

我不确定它是否有帮助,但如果您挂钩按钮,这些切换按钮的 idMso 是“DigitallySignMessage”并且Microsoft.Outlook.Mail.Compose 功能区的 GroupRightsManagement 选项卡中的“EncryptMessage”。

There is an old technique of hooking the buttons and calling execute...

I'm not sure if it helps, but if you're hooking buttons, the idMso of those toggle buttons are "DigitallySignMessage" and "EncryptMessage" from the GroupRightsManagement tab of the Microsoft.Outlook.Mail.Compose ribbon.

零度° 2024-08-27 03:20:44

如果您正在谈论 Outlook 数字签名,我认为它不能通过 OOM 来完成。

If you are taliking about outlook digital signing I dont think it can be done via the OOM.

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