NotesRegistration (LotusScript®)
Represents the creation or administration of an ID file.
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.
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.