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