JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,041 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are using Office.context.ui.displayDialogAsync
from the office-js package to show the login page in our add-in. And sometimes our users have to minimize dialog to check log-in code from another message in the mailbox. In Outlook App for Windows when the user switches to another message dialog window still be opened (minimized). But the same functionality in Outlook App for Mac doesn't work as the user doesn't have the possibility to minimize dialog (dialog will be closed when the user switches to another message). Is it possible to allow dialog in Outlook App for Mac be minimized ?