Is there a way using Outlook VBA to have a rule script process both "MailItem" and "MeetingItem" types?
All the code examples I have seen either specify "Item As MeetingItem" or "Item As MailItem", but I need to process both meeting items and mail items. Is there some sort of "OR" condition I can use? What would be the proper syntax to do this?
Any help would be appreciated!
Thanks!
All the code examples I have seen either specify "Item As MeetingItem" or "Item As MailItem", but I need to process both meeting items and mail items. Is there some sort of "OR" condition I can use? What would be the proper syntax to do this?
Any help would be appreciated!
Thanks!