AddServerToAddressBook (NotesRegistration - LotusScript®)

サーバー ID ファイルを基にして Domino ディレクトリにサーバーレコードを作成し、オプションでその ID ファイルを添付します。

定義位置

NotesRegistration

構文

variant = notesRegistration .AddServerToAddressBook( idfile$, server$, domain$ [ , userpw$ [ , network$ [ , adminname$ [ , title$ [,location$ [ , comment$]]]]]])

パラメータ

idfile$

String 型。Domino ディレクトリに追加されるサーバーの ID ファイル。絶対パスを指定します (例えば、c:¥notes¥data¥server.id)。

server$

String 型。Domino ディレクトリに追加されるサーバーの名前。

domain$

String 型。Domino ディレクトリに追加されるサーバーのドメイン。

userpw$

String 型。サーバー ID ファイルのパスワードです。

network$

String 型。サーバーが実行されている Notes® 名前付きネットワーク (NNN)。

adminname$

String 型。サーバー管理者のフルネームです。

title$

String 型。Domino ディレクトリレコードのタイトルフィールドの値。

location$

String 型。Domino ディレクトリレコードの場所フィールドの値。

comment$

String 型。Domino ディレクトリレコードのコメントフィールドの値。

使用法

ID を Domino ディレクトリレコードに添付する場合は、StoreIDInAddressBook を True に設定します。

このメソッドは、RegistrationServer によって指定されたサーバーの Domino ディレクトリ (names.nsf)、あるいは、このプロパティが設定されていない場合は、ローカル Domino データディレクトリ内の names.nsf に対して実行されます。

このメソッドは、UpdateAddressBook が true の場合、RegisterNewUser と共に自動的に発生します。

クロスリファレンス

Java™ Registration クラスの addServerToAddressBook メソッド