Link to home
Start Free TrialLog in
Avatar of gbr
gbr

asked on

retrieving details from outlook

In a vb6 app, is it possible to retrieve a list of contacts from outlook, and populate a drop down combo box.  If so, can anyone show me how to do this.  thanks.
ASKER CERTIFIED SOLUTION
Avatar of david_levine
david_levine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gbr
gbr

ASKER

The info was great and it worked, but I need to get it to work without using an access 97 database, is this possible directly from vb code?
Can't the VB app use the DAO object like Access was?
Avatar of gbr

ASKER

I am using DAO as specified in the code examples, but for the code to work you need to have an access db aswell.  It doesn't seem to populate the db with any data, so I'm guessing the db is used as a temp area, or to create a view of the outlook (.pst) folders, ....but the db is required for whatever purpose.  Any ideas?