旧的 Exchange-2013 服务器是否支持现代办公插件架构?

Do old Exchange-2013 Servers support modern office addin schemas?

我一直在浏览互联网,寻找有关我的问题的一些答案。基本上,我们正在开发几个 Office/Outlook 插件。并且每个插件类型都是通过它们的清单安装的。

在现代系统中,清单中使用了以下模式:

<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" 
  xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">

对于旧系统,我们使用:

<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="MailApp">

我想知道,如果我在旧系统上使用较新的架构,它们是否会出现问题。

简而言之,Exchange 2013 是否支持这种架构声明? :

<<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" 
  xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">

谢谢。

由于架构在 Exchange 2013 中的定义方式,具有 mailappversionoverrides 的清单应安装在 Exchange 2013 的最新 CU 上。但是,Exchange 2013 没有逻辑来使用或验证添加到清单中的最新架构。这意味着,例如,Exchange 2013 不会验证新节点,并且来自 Exchange 2013 的 OWA 不会使用清单中的新增内容。另一方面,最近连接到 Exchange 2013 的 Outlook 应该能够检索完整清单。

请记住,某些功能 API 需要 Exchange 和 Outlook 支持,因此这些功能不适用于 Exchange 2013。

也可参考 Exchange 2013 生命周期:https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-server-2013-enters-extended-support-lifecycle-phase/ba-p/607811#:~:text=Exchange%20Server%202013%20enters%20the%20Extended%20Support%20phase,product%20updates%20due%20to%20time%20zone%20definition%20changes