Outlook
A family of Microsoft email and calendar products.
4,461 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am coding for a custom outlook addin that I will be uploading on Microsoft 365 admin center.
which method is better? Smart alerts (OnMessageSend) or OnSend event?
I want it to work for all platforms, windows, mac, web.
When I use OnSend, it is either giving me
When i use smart alert, I have this error: '... is unavailable and can't process your email at this time'
What is the best way to achieve my goal? (to execute a function when user press send)