1

将 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 商店审核时通过检查。

在 Outlook for Mac 上工作的清单与不在 Outlook 上工作的清单之间的唯一区别是 MobileFormFactor XML 节点,它被添加到 xsi:type="VersionOverridesV1_1" 节点中的 DesktopFormFactor 节点旁边。

4

1 回答 1

0

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

于 2018-06-13T06:02:24.637 回答