AddressBooks (NotesSession - LotusScript®)
Read-only. The Domino® Directories and Personal Address Books, including directory catalogs, known to the current session.
Defined in
Data type
Array of NotesDatabase objects
Syntax
To get: notesDatabaseArray = notesSession .AddressBooks
Usage
To distinguish between a Domino® Directory and Personal Address Book, use the IsPublicAddressBook and IsPrivateAddressBook properties of a database. You can test these properties before opening the database.
To distinguish a directory catalog, use the IsDirectoryCatalog property of a database. You can test this property only after opening the database. Either IsPublicAddressBook or IsPrivateAddressBook is also True for a directory catalog.
- FileName
- FilePath
- IsOpen
- IsPublicAddressBook
- IsPrivateAddressBook
- Parent
- Server
If the program runs on a workstation, this property includes Domino® Directories, directory catalogs, and Personal Address Books. If the program runs on a server, this property includes only Domino® Directories and directory catalogs on the server.