Outlook sample addin added, but it is not shown

寵の児 提交于 2019-12-12 05:19:50

问题


I have taken the sample Outlook addin from here

https://github.com/OfficeDev/Outlook-Add-in-JavaScript-ModuleExtension

If I add that addin to my Installed Outlook Apps (at the URL https://exchange.contoso.com/ecp/Extension/InstalledExtensions.slab?rfr=olk&exsvurl=1&realm=contoso.com opened via "Manage Add-Ins") the Navigation Bar entry does not show up in my Outlook 2016.

This is how it should look as per the example description:

but the "Billable Hours" part does not show up the Navigation bar, not even under "Options".

My Outlook 2016 is 16.0.7369.2130 German, and the underlying Exchange Server is Exchange 2013 CU 11, could that be an issue?


回答1:


The issue is that Exchange 2013 does not support this type of add-ins, and is unable to just send unsupported types of add-ins to the Client, which would support it. Also, there is no way to get this type of add-in directly into the Outlook client, circumventing the Exchange server.

Of course this is not documented anywhere.

Against an Exchange 2016 server or Office 365, the add-in works as expected.



来源:https://stackoverflow.com/questions/44719008/outlook-sample-addin-added-but-it-is-not-shown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!