addServerToAddressBook (NotesRegistration - Java™)

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

定義位置

NotesRegistration

構文

public boolean addServerToAddressBook(String idfile, String server, String domain)
    throws NotesException
public boolean addServerToAddressBook(String idfile, String server, String domain, String userpw)
    throws NotesException

public boolean addServerToAddressBook(String idfile, String server, String domain, String userpw, String network, String adminname, String title, String location, String comment)
    throws NotesException

パラメータ

String idfile

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

String server

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

String domain

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

String userpw

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

String network

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

String adminname

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

String title

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

String location

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

String comment

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

戻り値

boolean 型

操作が正常に終了した場合は true、それ以外の場合は false を返します。

使用法

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

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

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

クロスリファレンス

LotusScript® NotesRegistration クラスの AddServerToAddressbook メソッド