javascript - 手机上的 Outlook 插件激活

标签 javascript outlook outlook-addin office-js outlook-web-addins

我们为 Outlook 开发了一个 javascript 插件。当我们使用 PowerShell 命令将它安装到 O365 时,它会按预期显示在 Outlook for Android 和 Outlook for iOS 中。 如果我们将其安装到托管的 Exchange(2013 和 2016),则该加载项在 Outlook 2013 中不可见。 在手机中还有另一个问题。如果我在 Outlook for Android 中进入“设置/加载项”,我只能选择我的 O365 帐户,但不能选择我可以激活我的加载项的托管帐户。

在 list xml 文件中,我们有以下内容:

...
<Requirements>
    <Sets>
        <Set Name="MailBox" MinVersion="1.1" />
    </Sets>
</Requirements>
...
<VersionOverrides 
xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<Description resid="appDescription" />
<Requirements>
  <bt:Sets DefaultMinVersion="1.3">
    <bt:Set Name="Mailbox" />
  </bt:Sets>
</Requirements>
... 
<!-- Override for mobile apps -->
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
<Description resid="appDescription" />
    <Requirements>
        <bt:Sets DefaultMinVersion="1.3">
           <bt:Set Name="Mailbox" />
        </bt:Sets>
    </Requirements>
...

您知道为什么加载项没有出现在托管的 Exchange 服务器上吗?

谢谢

最佳答案

来自documentation :

Outlook Mobile Add-ins are supported on all Office 365 Commercial accounts, Outlook.com accounts, and support is coming soon to Gmail accounts.

关于javascript - 手机上的 Outlook 插件激活,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48582352/

相关文章:

javascript - 如何跳转到特定文本或段落

html - 无法在 Outlook 2013 HTML 电子邮件中正确隐藏图像

.net - 如何退出 VSTO 加载项

javascript - 如何向浮点图中添加一个新的单点?

javascript - AngularJS : date-time picker (vs) zoom in graph : one or the other not working

javascript - onclick 方法在我声明时执行

c# - 使用 c# 创建新电子邮件并附加文件 Outlook 2016

outlook - 从 VSTO 加载项访问 Outlook 的状态栏

c++ - 捕获 Outlook 事件