JAVA/CORBA CLASSES
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
Set this property before calling registerNewCertifier, registerNewServer, or registerNewUser.
You can create a Domino Directory document later with addCertifierToAddressBook, addServerToAddressBook, or addUserToAddressBook.
Language cross-reference
UpdateAddressbook property in LotusScript NotesRegistration class
Example