I doubt a JavaSctipt add-in can do that.
Create a COM add-in for desktop Outlook and a web browser extension for OWA.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working with Outlook office add-ins to achieve the below functionality -
Requirement :
As soon as user open Outlook client (Desktop and web) it should display a dialog or popup with some information on it.
Already Tried :
I came to know from Microsoft references that one way to achieve this is through office add-ins. I have created one outlook add-in in react framework using yeoman office generator. This add-in comes with task pane to show customize content.
Problem :
I want to display my add-in TaskPane as soon as user open Outlook. Can someone please help on how this functionality can be achieved. Any suggestions or reference doc will be really helpful.
Thanks!!
I doubt a JavaSctipt add-in can do that.
Create a COM add-in for desktop Outlook and a web browser extension for OWA.