在 Outlook 插件中删除对 outlook 2013 的支持

Remove Support for outlook 2013 in Outlook add in

Outlook 插件被拒绝,因为它不能在 outlook 2013 中运行。如何从 outlook 插件清单文件中删除对 outlook 2013 的支持??

我们也尝试了 outlook 2013 测试,但微软不再支持下载

无法下载 mac 的 Outlook 2013

https://support.office.com/en-us/article/office-2013-and-office-for-mac-2011-are-no-longer-available-for-installation-with-an-office-365-subscription-de68fd95-553a-4c38-b1b5-e4205b96fc75

Outlook add-ins declare what API versions they require by using the Requirements element in their manifest. Outlook add-ins always include a Set element with a Name attribute set to Mailbox and a MinVersion attribute set to the minimum API requirement set that supports the add-in's scenarios.

针对您的情况

<Requirements>
  <Sets>
    <Set Name="Mailbox" MinVersion="1.5" />
  </Sets>
</Requirements>

Outlook JavaScript API requirement sets

阅读更多内容