无法在 Outlook 插件中访问带有数字签名的电子邮件?

Can't access email with digital signature in outlook addin?

我正在开发一个 outlook 插件,它可以访问电子邮件的元数据。但是我有一个问题,当我 select 一封带有数字签名的电子邮件时,插件没有显示在 outlook web 应用程序中。当我在 outlook 富客户端中 select 相同的电子邮件时,出现错误,无法执行该操作,因为邮件的权限受到限制。 我在插件清单中将权限设置为 "ReadWriteMailbox".

有人可以帮助我吗,我如何在 outlook 插件中访问带有数字签名的电子邮件?

已列出 Outlook 加载项概述 Mailbox items available to add-ins。以下是文档中的引述:

Outlook does not activate add-ins if the current message item, in a compose or read form, is one of the following: Protected by Information Rights Management (IRM), in S/MIME format or encrypted in other ways for protection. A digitally signed message is an example since digital signing relies on one of these mechanisms.

回答您的问题...您无法从 Outlook Office.js 加载项访问带有数字签名的电子邮件。

编辑:

根据 Microsoft 团队的评论,数字签名消息可用于附加组件。我已使用签名的 SMIME 消息进行验证,附加组件处于活动状态且功能正常。等待文档更新。