Hello,
I am writing a certain method which does some processing on arriving mail:
Sub myMethod(Item As Outlook.MailItem)
....
My question is: Is it possible to use the Outlook.MailItem object in order to determine if this mail was sent only to me, to me and others and to me as part of a mail group?
I am writing a certain method which does some processing on arriving mail:
Sub myMethod(Item As Outlook.MailItem)
....
My question is: Is it possible to use the Outlook.MailItem object in order to determine if this mail was sent only to me, to me and others and to me as part of a mail group?