I've written outlook macros before that will check recipients prior to sending through a send event in the "ThisOutlookSession" of Visual Basic in Outlook. I've recently created a custom Meeting Form called "ResearchMeeting" and want to write a macro for send events of only this form type.
I suppose basically i'm asking how to check whether the form type of the meeting being sent is a "ResearchMeeting".
Thanks!