Outlook Web Add-in: itemSend Event Disables Send When Web Server Unavailable
I am building a test Outlook web add-in using office.js. The add-in uses the itemSend event to check various aspects of a message the user is sending. The event works fine. However, if the web server become unavailable, the add-in completely prevents sending any email at all. I cannot find any way around this. I’ve tried several different ways of trying to first check if the web server is available. Nothing works.