LOTUSSCRIPT /COM/OLE のクラス
ID ファイルの作成または管理を表します。
メモ このクラスは、R4.6 で新しく追加されました。
包含関係
スーパークラス: NotesSession
プロパティ
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
メソッド
AddCertifierToAddressBook
AddServerToAddressBook
AddUserProfile
AddUserToAddressBook
CrossCertify
DeleteIDOnServer
GetIDFromServer
GetUserInfo
New
Recertify
RegisterNewCertifier
RegisterNewServer
RegisterNewUser
SwitchToID
作成方法
新規の NotesRegistration オブジェクトを作成するには、NotesRegistration の New メソッドまたは Session の CreateRegistration メソッドを使用します。
メモ New メソッドは COM ではサポートされておらず、CreateRegistration メソッドは COM のみでサポートされています。
構文
Dim variableName As New NotesRegistration
または
Set notesRegistration = New NotesRegistration
使用法
メソッドを呼び出す前に、プロパティを設定します。詳しくは、プロパティとメソッドの「使い方」で説明されています。
新規 ID を作成するメソッドは、RegisterNewCertifier メソッド、RegisterNewServer メソッド、RegisterNewUser メソッドです。これらのメソッドは ID ファイルを作成します。また、Domino ディレクトリ内での ID の文書の作成もできます。ID の文書の作成機能は、AddCertifierToAddressBook メソッド、AddServerToAddressBook メソッド、AddUserToAddressBook メソッドを介して個別に使用できます。
クロスリファレンス
式言語の @EditECL 関数
式言語の @EditUserECL 関数
例 関連項目