LOTUSSCRIPT/COM/OLE CLASSES


StoreIDInAddressBook property
Example

Read-write. Indicates whether the ID file is stored in the server's Domino Directory.

Defined in

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration.StoreIDInAddressBook

To set: notesRegistration.StoreIDInAddressBook = flag

Legal values


Usage

Set this property before calling AddCertifierToAddressBook, AddServerToAddressBook, AddUserToAddressBook, RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

Language cross-reference

StoreIDInAddressBook property in Java Registration class

Example
See Also