Contextless Outlook task pane add-in no longer remains pinned in new Outlook, OWA #5138
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
After a recent Outlook upgrade, contextless Outlook task pane add-ins no longer remain pinned in read mode when changing email selection in new Outlook, OWA.
Your Environment
Expected behavior
Contextless Outlook task-pane add-ins, i.e. add-ins with
SupportsNoItemContext
configured in the manifest are expected to support pinning according to the following documentation: https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/contextless?tabs=xmlmanifest#support-for-the-item-multi-select-and-pinnable-task-pane-featuresCurrent behavior
The current behaviour is that a contextless task pane add-in closes when changing email selection in OWA, new Outlook. This used to work as expected but seems to have changed with a recent Outlook upgrade.
Steps to reproduce
Example add-in
Out-of-the-box Outlook add-in created with
yo office
and updated XML manifest to includeSupportsNoItemContext
:ReproAddin (1).zip
Context
This is significantly affecting the users of our production add-in, as they are forced to reopen it each time they select a new email, reducing the productivity benefits the add-in is meant to provide.
The text was updated successfully, but these errors were encountered: