get info from addressbook

  • Thread starter Thread starter yana
  • Start date Start date
Y

yana

hi,
I'm trying to get info from addressbook using
Outlook.Application object.
I received very good AddressEntries object,
but there are only getName() and getAddress() functions.
How to get other information?

thanks,
Yana
 
Yana-

Have a look at Application.ContactItem instead.

And remember, the Object Browser is your friend! (Hit F2
in the VBA Editor)

-Andrew
=====================================
 

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

Back
Top