Search code examples
office365outlook-addinoffice-jsoutlook-web-addins

Keep web outlook add in always display


I'm developing an web outlook add in which extract information from selected email and then save to my database. However I need to select each email and then open the add in to handle my logic, each email I need to reopen the add in. Is there anyway that we can keep the add in always display, and new data is refresh based on selected email?


Solution

  • You can check out the documentation on how to implement a pinnable task pane in Outlook. It might help your case.