LOTUSSCRIPT/COM/OLE 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

NotesRegistration

Syntax

variant = notesRegistration.AddCertifierToAddressBook(idfile$ [, certpw$ [, location$ [, comment$]]])

Parameters

idfile$


certpw$
location$
comment$
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 Java Registration class

Example