JAVA/CORBA CLASSES


addCertifierToAddressBook method
Example

Creates a Certifier record in a Domino Directory based on a certifier ID file and optionally attaches the ID file.

Defined in

Registration

Syntax

public boolean addCertifierToAddressBook(String idfile)
   throws NotesException

public boolean addCertifierToAddressBook(String idfile, String password)
   throws NotesException

public boolean addCertifierToAddressBook(String idfile, String password, String location, String comment)
   throws NotesException

Parameters

String idfile


String password
String location
String comment
Return value

boolean


Usage

Set StoreIDInAddressBook true to attach the ID to the Domino Directory record.

This method acts on the Domino Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino data directory if this property is not set.

This method occurs automatically with registerNewCertifier if UpdateAddressBook is true.

Language cross-reference

AddCertifierToAddressbook method in LotusScript NotesRegistration class

Example