certainlyNotHeisenberg
Feb 08, 2022Brass Contributor
Status:
New
Allow Outlook web add-ins to run without item context
Background I recently posted two questions to Stack Overflow: https://stackoverflow.com/questions/70977856/outlook-add-in-how-to-automatically-reply-based-on-custom-logic/70978643?noredirect=1 ht...
SE-hlaliberte
May 08, 2025Copper Contributor
Would be really helpful to be able to have add-ins run without context or in the background directly.
I'm currently using a service worker, but on some platform it is not the best for data management. Also you don't have access to basic Office.js functions.
I would love to have some kind of background process or service worker that is supported across Office platforms.