I need to create an outlook addin that will do the things I listed below before sending a meeting request:
- Check how many users are in the To list, warn if there are more than predefined number of users
- Warn if subject line is empty
- Warn if word "attachment" is used in mail body but no attachments can be found in the mail
Is it possible to do this with Office Interop or with a VSTO addin? I need to intercept and cancel the sending of meeting request if one of the rules above doesn't meet.
Thanks.