You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Hi,
it seems that some version of Outlook 2016 (e.g. 16.0.6568.2036) supports add-ins commands from VersionOverridesV1_0(e.g. MessageReadCommandSurfaceor CustomPane) but not the Modules from VersionOverridesV1_1.
In your sample, you put everything under a doubly nested VersionOverrides element
The problem is that if you put existing extension points such as MessageReadCommandSurfaceor CustomPane Extension they got ignored from those Outlook 2016 not supporting the VersionOverridesV1_1
To solve this you have to duplicate the common material between elements xsi:type="VersionOverridesV1_0" and xsi:type="VersionOverridesV1_1". It took me some time to figure it out and if you do not have access to such an Outlook build you may not be aware of the problem. It would be better to upgrade the manifest to add an "older" extension point so that people may see this pitfall.