Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I prevent an Outlook add-in from opening in the message reading popup? #2141

Open
CodeCube0 opened this issue Nov 20, 2024 · 0 comments
Labels
Needs: triage 🔍 new issue, needs PM on rotation to triage asap

Comments

@CodeCube0
Copy link

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 new issue, needs PM on rotation to triage asap label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: triage 🔍 new issue, needs PM on rotation to triage asap
Projects
None yet
Development

No branches or pull requests

1 participant