Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OutLook object module

Status
Not open for further replies.

APS

Vendor
Sep 25, 2000
53
0
0
US
I need to read the email address that an email was sent to from the sent items folder. I can only get it to pull the name and not the email address. Is this possible?

Thanks,
Anthony
 
I'm sure it's possible. A sent message is simply one where the sent property is .T. But I think you have to try to get myMessage.Recipient.address or myMessage.myrecipient.addressEntry.address Something like that. Try a few things like that and see what works. If you don't have the Outlook help file readily available it should named something like VBAOLx.chm where x is 9 or 10 generally. Dave Dardinger
 
Thanks Dave

The addressentry.address worked perfectly.

Anthony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top