添加Mobile Form Factor后,加载项在最新版本的Outlook for Mac上消失

时间:2018-06-12 14:06:22

标签: javascript office-js outlook-web-addins outlook-for-mac

一旦将Mobile Form Factor添加到清单文件,

加载项就会在最新版本的Outlook for Mac(16.15 build 180605)上消失:

<MobileFormFactor>
    <FunctionFile resid="openButtonUrl" />
    <ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
        <Group id="commandGroupTestID">
            <Label resid="groupLabel" />
            <Control xsi:type="MobileButton" id="msg1ReadOpen">
                <Label resid="openButtonLabel" />
                <Icon xsi:type="bt:MobileIconList">
                    <bt:Image size="25" scale="1" resid="scc25" />
                    <bt:Image size="25" scale="2" resid="scc25" />
                    <bt:Image size="25" scale="3" resid="scc25" />
                    <bt:Image size="32" scale="1" resid="scc32" />
                    <bt:Image size="32" scale="2" resid="scc32" />
                    <bt:Image size="32" scale="3" resid="scc32" />
                    <bt:Image size="48" scale="1" resid="scc48" />
                    <bt:Image size="48" scale="2" resid="scc48" />
                    <bt:Image size="48" scale="3" resid="scc48" />
                </Icon>
                <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="openButtonUrl" />
                </Action>
            </Control>
        </Group>
    </ExtensionPoint>
</MobileFormFactor>

注意 - 已添加所有资源,并且ID已正确设置。 清单在安装和发送到Office Store审核时通过检查。

在Outlook for Mac上运行的清单与不在运行清单之间的唯一区别 - 在xsi:type =“VersionOverridesV1_1”节点中的DesktopFormFactor节点旁边添加的MobileFormFactor XML节点。

1 个答案:

答案 0 :(得分:0)

感谢您提高它。 是的,添加MobileFormFactor会导致此问题,我们正在努力修复它。