UpdateAddressBook (NotesRegistration - LotusScript®)

Read-write. Indicates whether the server entry in the Domino® Directory is updated when the ID file is created.

Defined in

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration .UpdateAddressBook

To set: notesRegistration .UpdateAddressBook = flag

Legal values

  • True indicates that the Domino® Directory is updated.
  • False indicates that the Domino® Directory is not updated.

Usage

Set this property before calling RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

You can create a Domino® Directory document later with AddCertifierToAddressBook, AddServerToAddressBook, or AddUserToAddressBook.

Example