Help wanted Using redemption to see emails in CC,BCC and TO fields

B

bobdydd

Hi

Using Redemption, Access 2000, Outlook 2000

On an Incoming email I am trying to view the REAL email addresses in
the
TO field
BCC field
CC Field

I can see for example, the emails in the "TO" field except that they
are just display names NOT real emails with an "@" sign

Is it possible to view and capture the proper email addresses in these
fields?

Thanks

Bob
 
D

Dmitry Streblechenko

Loop through all the entries in the Recipients collection and for each
Recipient object check the Type (olTo, olCC. olBCC), Address and Name
properties.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top