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
35 stars 31 forks source link

ItemSend event is invalid #32

Open DanilKorotenko opened 2 years ago

DanilKorotenko commented 2 years ago

I tried to validate "Contoso Message Body Checker.xml" with "office-addin-manifest validate" command, and got the next error:

Error # 3: Mailbox add-in containing ItemSend event is invalid.: Mailbox add-in containing ItemSend event is invalid.

I tried to search information about this but found nothing. Where ItemSend should be? Where I can find a correct example with manifest that contains ItemSend?