LOTUSSCRIPT/COM/OLE CLASSES
Represents the creation or administration of an ID file.
Note This class is new with Release 4.6.
Containment
Contained by: NotesSession
Properties
AltOrgUnit
AltOrgUnitLang
CertifierIDFile
CertifierName
CreateMailDb
EnforceUniqueShortName
Expiration
GroupList
IDType
IsNorthAmerican
IsRoamingUser
MailACLManager
MailCreateFTIndex
MailInternetAddress
MailOwnerAccess
MailQuotaSizeLimit
MailQuotaWarningThreshold
MailReplicaServers
MailSystem
MailTemplateName
MinPasswordLength
NoIDFile
OrgUnit
PolicyName
RegistrationLog
RegistrationServer
RoamingCleanupPeriod
RoamingCleanupSetting
RoamingServer
RoamingSubdir
ShortName
StoreIDInAddressBook
StoreIDInMailfile
SynchInternetPassword
UpdateAddressBook
UseCertificateAuthority
Methods
AddCertifierToAddressBook
AddServerToAddressBook
AddUserProfile
AddUserToAddressBook
CrossCertify
DeleteIDOnServer
GetIDFromServer
GetUserInfo
New
Recertify
RegisterNewCertifier
RegisterNewServer
RegisterNewUser
SwitchToID
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.
Language cross-reference
@EditECL function in formula language
@EditUserECL function in formula language
Example See Also