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 関数
例 関連項目