Is there any way to find the e-mail address that an e-mail was sent to using the outlook mailitem.
Eg
Gives me my Exchange name, rather than the actual e-mail address the message was sent to, but if I physically look in the e-mail headers I can see the e-mail address, so the info is there.VB Code:
Dim omitem As Outlook.MailItem 'blah blah code Msgbox omitem.To
Thanks


Reply With Quote
