microsoft office onSend feature does not allow to send mail if dialog is opened through displayDialogAsync API
问题 I am trying to implement On Send feature in outlook Add-in. All prerequisite are done. It is working fine as normal scenario as mentioned in the documentation.But for my case the requirement is this: If the Body contains any 'Block Word' I want to show to the user a Dialog box (using displayDialogAsync API) with two options 'Continue' and 'Cancel'. Without dialog box it allows to send Mail but with dialog it is not working. var mailboxItem; Office.initialize = function (reason) { mailboxItem