Asaf Shazar
Asaf Shazar

Reputation: 1065

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

Upvotes: 0

Views: 148

Answers (1)

Eugene Astafiev
Eugene Astafiev

Reputation: 49455

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.

Upvotes: 1

Related Questions