<FormSettings> 没有加载新的 outlook
<FormSettings> isn't loading up on the new outlook
我有一个使用 <FormSettings>
作为 UI 的加载项,此加载项在当前的 owa 中运行良好,但在 "The new Outlook"
这是预期的吗?还是因为新的 outlook 仍处于测试阶段。?
当前 OWA:
新展望:
这是加载项的清单 xml 片段:
<Hosts>
<Host Name="Mailbox" />
</Hosts>
<Requirements>
<Sets>
<Set Name="MailBox" MinVersion="1.1" />
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://<url-i-replaced>/index.html"/>
<RequestedHeight>210</RequestedHeight>
</DesktopSettings>
<TabletSettings>
<SourceLocation DefaultValue="https://<url-i-replaced>/index.html"/>
<RequestedHeight>210</RequestedHeight>
</TabletSettings>
<PhoneSettings>
<SourceLocation DefaultValue="https://<url-i-replaced>/index.html"/>
</PhoneSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteMailbox</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
清单 xml 与过去 2 年相比没有任何变化。
在 Edge、Firefox 和 Chrome 上观察到此问题。
屏幕截图和清单显示了问题 - 您正在使用的加载项样式已被弃用,并且在新的 Outlook Web 中不受支持。您应该升级您的加载项以使用 Add-in Commands model 继续在 Outlook Web 中工作。
我有一个使用 <FormSettings>
作为 UI 的加载项,此加载项在当前的 owa 中运行良好,但在 "The new Outlook"
这是预期的吗?还是因为新的 outlook 仍处于测试阶段。?
当前 OWA:
新展望:
这是加载项的清单 xml 片段:
<Hosts>
<Host Name="Mailbox" />
</Hosts>
<Requirements>
<Sets>
<Set Name="MailBox" MinVersion="1.1" />
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://<url-i-replaced>/index.html"/>
<RequestedHeight>210</RequestedHeight>
</DesktopSettings>
<TabletSettings>
<SourceLocation DefaultValue="https://<url-i-replaced>/index.html"/>
<RequestedHeight>210</RequestedHeight>
</TabletSettings>
<PhoneSettings>
<SourceLocation DefaultValue="https://<url-i-replaced>/index.html"/>
</PhoneSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteMailbox</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
清单 xml 与过去 2 年相比没有任何变化。
在 Edge、Firefox 和 Chrome 上观察到此问题。
屏幕截图和清单显示了问题 - 您正在使用的加载项样式已被弃用,并且在新的 Outlook Web 中不受支持。您应该升级您的加载项以使用 Add-in Commands model 继续在 Outlook Web 中工作。