IsPrivateAddressBook (Database - Java™)
Read-only. Indicates if a database is a Personal Address Book.
Defined in
Data type
boolean
Syntax
public boolean isPrivateAddressBook()
throws NotesException
Legal values
- true if the database is a Personal Address Book
- false if the database is not a Personal Address Book
Usage
This property is available for Database objects retrieved by getAddressBooks in Session. For other Database objects, this property has no value and evaluates to false.
The database must be open to use this property.