Posted By:
Christopher_Koenigsberg
Posted On:
Thursday, January 30, 2003 08:14 AM
If you have an LDAP service running on your Exchange Server, then you can access it as an LDAP service from Java, and get to the server's GAL (Global Address Book) that way.
But I don't know how you would access a local Outlook database, all local on a client, e.g. a PAB (Personal Address Book), or Contacts folder inside a PST (Personal Store file).
Maybe there is some ActiveX way. Or maybe you could, inside Outlook, manually export the addresses, from the PAG or Contacts/PST, as e.g. a CSV file and then read that, in the Java app.