I'm afraid this isn't possible. With only a few exceptions, Outlook add-ins live in a world where there is only one Outlook message (or appointment): the one that is currently open. When a different message is opened, the task pane closes too.
How to keep add-in panel open
I have developed an outlook add-in and I need to keep it open for some use cases. How can I force it to keep open?
I have a magic link login flow. Once a user opens the add-in for the first time they see a login page and after filling their email submiting the login form they see a waiting page. After clicking magic link the page redirects to the add-in main page.
Currently, when a user submit login form and recieve magin link email, when they open the new email, outlook closes the add-in page but I would like to keep it open while the add-in is in waiting page. How can I do this?
Even if I change the magic link to a two step verification code flow and send a code via email, I have the same issue. I would like to keep the add-in open on some circumtances
-
Rick Kirkham 261 Reputation points Microsoft Employee
2024-05-14T17:57:52.6366667+00:00