Link to home
Start Free TrialLog in
Avatar of kafrin_1
kafrin_1Flag for Australia

asked on

how do i find the senders email address?

Hi
I wish to find the senders email address - of both incoming and outgoing items, so that when i save the emails i can put the senders address in the filename.
I can do this for the recipients, but haven't figured out how to do it for who sent it?
any tips appreciated.
thanks !

nb(outlook 2003, vista)
SOLUTION
Avatar of war1
war1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kafrin_1

ASKER

thanks for the advice.
is there no simple command or object to find the email address, like there is for the recipients though?
kafrin_1,

I do know of any such command.  Wait a while and see other experts know of a command.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
works!
just do either of the following:

Dim senderName As String
Dim senderaddr As String
senderaddr = objItem.SenderEmailAddress
senderName = objItem.senderName