Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Outlook 2007 中,我编写了一个 Application_ItemSend 处理程序,它需要关闭所选邮件的数字签名,即使默认情况下所有邮件的签名通常都是打开的。
如何激活/停用 MailItem 对象的签名?
钩住按钮并调用执行是一种古老的技术......
我不确定它是否有帮助,但如果您要连接按钮,则这些切换按钮的 idMso 是 Microsoft.Outlook.Mail.Compose 功能区的 GroupRightsManagement 选项卡中的“DigitallySignMessage”和“EncryptMessage”。
如果您正在谈论 Outlook 数字签名,我认为它不能通过 OOM 完成。