在 Outlook.MailItem 中切换数字签名
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定它是否有帮助,但如果您挂钩按钮,这些切换按钮的 idMso 是“DigitallySignMessage”并且Microsoft.Outlook.Mail.Compose 功能区的 GroupRightsManagement 选项卡中的“EncryptMessage”。
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.
如果您正在谈论 Outlook 数字签名,我认为它不能通过 OOM 来完成。
If you are taliking about outlook digital signing I dont think it can be done via the OOM.