I am trying to open a new window from the Outlook Desktop application, and the open command is triggered from an Office 365 Outlook add-in. The window that is opened ignores all of the options passed through that window.open() command and just opens it in a new tab.
The URL is excluded from the appDomain in the manifest because I do not want this link to open in the app window but instead in a new browser window. This issue is not present in the outlook web app.
Is there any way to pass these options through?
status=no,
toolbar=no,
menubar=no,
scrollbars=yes,
location=no,
directories=no,
resizable=yes,
width=1000,
height=600