Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
<;表单设置>;isn';t加载新的outlook_Outlook_Office365_Outlook Addin_Outlook Web Addins - Fatal编程技术网

<;表单设置>;isn';t加载新的outlook

<;表单设置>;isn';t加载新的outlook,outlook,office365,outlook-addin,outlook-web-addins,Outlook,Office365,Outlook Addin,Outlook Web Addins,我有一个外接程序,它对UI使用,这个外接程序在当前owa中运行良好,但它没有加载到“新Outlook”中 这是预期的吗?还是因为新的outlook仍处于测试阶段 现行单程证: 新展望: 以下是外接程序的清单xml片段: <Hosts> <Host Name="Mailbox" /> </Hosts> <Requirements> <Sets> <Set Name="MailBox" MinV

我有一个外接程序,它对UI使用
,这个外接程序在当前owa中运行良好,但它没有加载到“新Outlook”中

这是预期的吗?还是因为新的outlook仍处于测试阶段

现行单程证:

新展望:

以下是外接程序的清单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>

210
210
读写邮箱
错误的
在过去2年中,清单xml没有做任何更改


在Edge、Firefox和Chrome上观察到此问题。

屏幕截图和清单显示了此问题-您使用的加载项样式已被弃用,并且在新的Outlook Web中不受支持。您应该升级外接程序,以使用继续在Outlook Web中工作。

能否提供有关在新Outlook中希望在何处看到外接程序以及在何处不看到外接程序的详细信息?如果您可以包含FormSettings节点的文本,这也会很有帮助。您最近是否更改了清单文件?最后,请让我们知道这个问题是否存在于所有浏览器中,还是只存在于特定的浏览器中@OutlookAdd insTeam MSFT我已经更新了这个问题,请检查这是否有帮助。谢谢,是否有任何文档说明此问题已被弃用?讨论了反对意见。