C
Charley Kyd
I occasionally receive email with a From address in this format:
Joe Sender [[email protected]]; on behalf of; Bob Writer [[email protected]]
Here, I can find "Bob Writer" using the SentOnBehalfOfName property of the
Outlook.MailItem object. I can find the sender information using the
SenderName and SenderEmailAddress properties.
But how can I find the email address for the SentOnBehalfOfName?
Thanks.
Charley Kyd
Joe Sender [[email protected]]; on behalf of; Bob Writer [[email protected]]
Here, I can find "Bob Writer" using the SentOnBehalfOfName property of the
Outlook.MailItem object. I can find the sender information using the
SenderName and SenderEmailAddress properties.
But how can I find the email address for the SentOnBehalfOfName?
Thanks.
Charley Kyd