LOTUSSCRIPT/COM/OLE CLASSES


IsPublicAddressBook property
Example

Read-only. Indicates whether a database is a Domino Directory.

Defined in

NotesDatabase

Data type

Boolean

Syntax

To get: flag = notesDatabase.IsPublicAddressBook

Legal values


Usage

This property is available for NotesDatabase objects retrieved from the AddressBooks property in NotesSession. For other NotesDatabase objects, this property has no value, and therefore evaluates to False when used in conditional statements.

The database must be open to use this property.

Language cross-reference

IsPublicAddressBook property in Java Database class

Example