-
Hi All,
Im using the Outlook object through VB. In particular im making use of the Mail Item. What i want know is, how do i get the ACTUALL Email address of the receiver and the sender ??? If i use MailItem.To and MailItem.From, it returns the user names ie. "John Smith". How do i get his actuall email address???
Thanks
-
Shad,
I don't know if that actually directly hits your question, but you can right-click on the 'name' where the email comes from and the look at properties. It there tells you the email address behind that name.
-PJ