u need to tap the recipients data...
VB Code:
Dim oMail As Outlook.MailItem Dim oRecip As Outlook.Recipient '...other stuff... For Each oRecip In oMail.Recipients Debug.Print oRecip.Address 'Not sure which one... Debug.Print oRecip.AddressEntry Next
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |