Access to the Address book through VBA?

  • Thread starter Thread starter Morten Pahle
  • Start date Start date
M

Morten Pahle

Hi all,

is there a way to access the Outlook Address book, its properties
and/or contents (and their properties), through VBA?
Anyone know where I could find HLP file or a description of the object
model?

Thanks,

Morten
 
When in doubt, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top