StoreIDInAddressBook (NotesRegistration - LotusScript®)

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

  • True indicates that the ID is stored in the Domino Directory.
  • False indicates that the ID is not stored in the Domino Directory.

Usage

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

Language cross-reference

StoreIDInAddressBook property in Java Registration class

Example