JAVA/CORBA CLASSES


IsPrivateAddressBook property
Example

Read-only. Indicates if a database is a Personal Address Book.

Defined in

Database

Data type

boolean

Syntax

public boolean isPrivateAddressBook()
   throws NotesException

Legal values


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.

Language cross-reference

IsPrivateAddressBook property in LotusScript NotesDatabase class

Example
See Also