Outlook for Mac add-in with the newly released office.js API
问题 We have an add-in for Office Apps - using the compose form on Outlook appointments in the calendar. Because finally the office.js add-ins support for Outlook for Mac is out as written here, I have some questions: How can I debug the JS in the add-in side pane in Outlook for Mac? Since the behavior is sometimes different to Outlook Web Office.context.mailbox.item.body.setAsync(newBody, { coercionType: Office.CoercionType.Html }, callback) seems to do nothing, only for Office.CoercionType.Text