
How to access OutLook 2000 Contacts using Visual C/C++ 6.0
One way is to use Access 2000, as a database can link to Outlook databases.
Then you can use ODBC on the Access database to at least look at the Outlook
data. Not sure about writing to it.
Quote:
> Hi,
> was wondering if anybody has a solution for accessing the contacts from
> OutLook 2000/98. I need to be able to pick up the contacts from within a
> Visual C/C++ application, I would like to read/edit/add contacts if
> possible.
> Any Ideas ???
> Wayne Gibson