NotesRegistration (LotusScript)
Represents the creation or administration of an ID file.
Note: This class is new with Release 4.6.
Containment
Contained by: NotesSession
Properties
Methods
New
Creation
To create a new NotesRegistration object, use the New method in NotesRegistration or the CreateRegistration method in Session.
Note: The New method is not supported in COM and CreateRegistration is supported only in COM.
Syntax
Dim variableName As New NotesRegistration
or
Set notesRegistration = New NotesRegistration
Usage
The properties are intended to be set before calling the methods. The usage notes for the properties and methods provide the necessary detail.
The following methods create a new ID: RegisterNewCertifier method, RegisterNewServer method, and RegisterNewUser method. These methods create an ID file and optionally create a record for the ID in the Domino® Directory. The latter function is available independently through AddCertifierToAddressBook method, AddServerToAddressBook method, and AddUserToAddressBook method.