.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


UpdateAddressBook property
Example

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


Usage

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