JAVA/CORBA CLASSES
Read-only. The Domino Directories and Personal Address Books, including directory catalogs, known to the current session.
Defined in
Session
Data type
java.util.Vector; elements are Database
Syntax
public java.util.Vector getAddressBooks() throws NotesException
Usage
To distinguish between a Domino Directory and a Personal Address Book, use isPublicAddressBook and isPrivateAddressBook of Database.
A database retrieved through getAddressBooks is closed. To access all its properties and methods, you must open the database with the open method in NotesDatabase. Only the following properties are available when the database is closed:
Language cross-reference
AddressBooks property in LotusScript NotesSession class
Example See Also