【问题标题】:Outlook 2016 Web Add in DesktopOutlook 2016 Web 添加到桌面
【发布时间】:2017-09-14 20:16:10
【问题描述】:

我为 Outlook Web 加载项创建了一个项目。我可以在浏览器 UI 中看到 Web 插件,然后单击一切似乎都是正确的。

但是我无法在桌面版的 Outlook 2016 上查看它。方向说:

 1. Open the Office Store, either in Outlook 2016 for Windows or Outlook on the web:

    - In Outlook 2016 for Windows, choose the Store button on the Home tab.

    - In Outlook on the web, choose the gear icon in the upper-right corner, then choose Manage integrations.

2. Click the text Click here to add a custom add-in.

3. Choose Add from file....

4. Browse to and select the tw-email-manifest.xml file from the root of the project folder, and then choose Open.

5. Review the warning prompt and choose Install.

6. Close the Office Store window. Your add-in will load in Outlook.

按照 Outlook 网页版的说明进行操作,但当我进入 在 Outlook 2016 for Windows 中,选择“主页”选项卡上的“应用商店”按钮。它会将我引导至 Office 365 链接https://store.office.com/en-us/appshome.aspx?productgroup=Outlook&ui=en-US&rs=en-US&ad=US

任何有想法的人。当我使用 VS 2017 之外的默认设置项目时,一切运行正常,但尝试使用 Microsoft Office 插件项目生成器创建项目 - YO OFFICE!它不会有 MVC 后端。

方向来自这个链接 https://docs.microsoft.com/en-us/outlook/add-ins/addin-tutorial

【问题讨论】:

    标签: outlook outlook-web-addins yo


    【解决方案1】:

    有关如何在 Outlook 2016 桌面版中旁加载的说明是 here

    如果这对您不起作用,您仍然可以从 Outlook 网页版进行旁加载

    【讨论】:

    • 不幸的是,我到了第 3 步,但没有看到单击此处添加自定义链接,并且缺少可以显示这一点的安全设置。在类别下,我获得了年度最佳应用程序
    • 我可以测试并且正在继续使用基于 Web 的开发,但这不允许测试我的应用程序的桌面或移动版本。
    • 如果您已通过 Outlook 网页版进行旁加载,并且您的加载项在 Outlook 2016 中受支持,并且为 Outlook 移动版正确格式化,那么您仍应在桌面版和移动版中看到您的加载项客户。
    • 抱歉,我试图解决这个问题的方法是使用标准 Visual Studio 2017 项目模板创建一个项目。我首先运行它并验证我可以看到创建的基本示例来测试它。我在那个protion上取得了成功。而不是在清单 XML 中使用 ~remoteAppUrl 而是使用 localhost:3000
    • 抱歉,我所做的测试是使用标准 Visual Studio 2017 项目模板创建一个项目。我首先运行它并验证了基本示例的工作原理。我取得了成功。我将清单更改为在 XML 中使用 localhost:3000 而不是使用 ~remoteAppUrl 并运行它。再次,我能够在 web 版本的 Outlook 中看到插件就好了,我转到桌面,我得到菜单项和我的加载项组 - > 显示所有属性单击,我收到一条错误消息:ADD-IN -ERROR 抱歉,我们无法加载加载项。请确保您有网络等。
    猜你喜欢
    • 1970-01-01
    • 2020-06-11
    • 1970-01-01
    • 1970-01-01
    • 2023-03-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-06-16
    相关资源
    最近更新 更多