UpdateAddressBook (Registration class - Java)

Read-Write. Indicates whether an ID document in the Domino® Directory is created when the ID file is created.

Defined in

Registration class

Data type

boolean

Syntax

public boolean getUpdateAddressBook()
    throws NotesException
public void setUpdateAddressBook(boolean flag)
    throws NotesException

Legal values

  • true to update the Domino® Directory
  • false to not update the Doimino Directory

Usage

Set this property before calling registerNewCertifier, registerNewServer, or registerNewUser.

You can create a Domino® Directory document later with addCertifierToAddressBook, addServerToAddressBook, or addUserToAddressBook.

Example