Outlook API 1.3 version not showing on Outlook Desktop Professional Plus 2016

坚强是说给别人听的谎言 提交于 2019-12-22 06:46:33

问题


On this page https://github.com/OfficeDev/office-js-docs/blob/master/reference/outlook/tutorial-api-requirement-sets.md it is specified that both Outlook 2016 (MSI) for Windows and Outlook 2013 for Windows support Outlook API up to Version 1.4, but when we try to increase the minimal version in the manifest from 1.1 to 1.3, the addin works fine on web but does not show on both desktop versions.

Currently I am working on Outlook Professional Plus 2016 with build number 16.0.4312.100, 64bit on Windows 10.

I am trying a simple addin generated by yeoman office-generator, with only change is the minimal version from 1.1 to 1.3

Thanks.

Update

The provided build number was wrong, the build number is 16.0.4312.1000. Here is a screenshot from where i got the build number https://imgur.com/a/P5iQh

来源:https://stackoverflow.com/questions/49235073/outlook-api-1-3-version-not-showing-on-outlook-desktop-professional-plus-2016

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