OfficeDev / Outlook-Add-in-On-Send

Learn how to check for restricted words in an Outlook email message body, add a recipient to the CC line and check that there is a subject in the email on send.
MIT License
37 stars 32 forks source link

Finally have On Send working with Dialog, sort of #16

Closed nitro-marky closed 4 years ago

nitro-marky commented 5 years ago

I can get the dialog to work with on Send, but it only works once. As soon as I go to create another message the dialog does not show and the send button is completely disabled. I guess something needs to be reset somewhere?

But surely on send gets called every time a new message is created??

The lack of documentation is extremely frustrating with On Send with Outlook and Dialogs

nitro-marky commented 4 years ago

Fixed, make sure your dialog is closed before the event is completed.