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
Problem Description
I am developing an Add-In for Microsoft Outlook. I would like the Add-In not to be automatically opened in the message reading popup (when the user opens an email). The goal is to limit the loading of the Add-In to only the main window or specific contexts.
Current Behavior
Currently, the Add-In also automatically loads in the email reading popup, which is not necessary for our use case.
Desired Behavior
The Add-In should not automatically open in the reading popup, but only in the required main contexts (for example, the main Outlook window).
Steps to Reproduce
Open Outlook.
Enable the Add-In.
Double-click an email to open it in the reading popup.
Observe that the Add-In is also loaded in the popup.
Possible Solutions
Use the Add-In manifest settings to specify the contexts in which it should be loaded.
Please properly configure your Add-In commands or components to avoid loading in the popup.
The text was updated successfully, but these errors were encountered:
Problem Description
I am developing an Add-In for Microsoft Outlook. I would like the Add-In not to be automatically opened in the message reading popup (when the user opens an email). The goal is to limit the loading of the Add-In to only the main window or specific contexts.
Current Behavior
Currently, the Add-In also automatically loads in the email reading popup, which is not necessary for our use case.
Desired Behavior
The Add-In should not automatically open in the reading popup, but only in the required main contexts (for example, the main Outlook window).
Steps to Reproduce
Open Outlook.
Enable the Add-In.
Double-click an email to open it in the reading popup.
Observe that the Add-In is also loaded in the popup.
Possible Solutions
Use the Add-In manifest settings to specify the contexts in which it should be loaded.
Please properly configure your Add-In commands or components to avoid loading in the popup.
The text was updated successfully, but these errors were encountered: