Search code examples
javascriptoutlookoffice-jsoutlook-addinoutlook-web-addins

Outlook addin open panel after send


I've created addin that checks recipients on-send. I wanna inform the person with the taskpanel. I'm trying to do "Show task pane" from the js to open that panel. Is there a way to do that?

UI Dialog is a problem cause there old office's versions in my company

As the Emoji addin enter image description here


Solution

  • It is not possible to open a task pane programmatically in web add-ins. The best what you could do is to show a dialog window to a user. Task panes can be opened from a ribbon button or notification items.

    You may post your suggestion or feature request to the Tech Community.