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
=====================================
 
Back
Top