MailItem senderName address

S

Summer

Trying to get the email address of an outlook mailitem. I am only saving the sender's name which is a display name. Which property should I use to get the sender's email address.
 
S

Summer

thanks Dave! The second example worked on almost the majority of my emails.
Truly appreciate your assistance.
--
Summer


Dave Jones said:
You need to use CDO to retrieve this.

An example can be found here:
http://www.outlookcode.com/d/code/getsenderaddy.htm

Dave
-----Original Message-----
Trying to get the email address of an outlook mailitem.
I am only saving the sender's name which is a display
name. Which property should I use to get the sender's
email address.
 
Top