JAVA/CORBA クラス
サーバー 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
このメソッドは、RegistrationServer プロパティによって指定されたサーバーの Domino ディレクトリ (names.nsf) に作用します。このプロパティが設定されていない場合は、ローカルの Domino データディレクトリにある names.nsf に作用します。
このメソッドは、UpdateAddressBook が true の場合、registerNewServer と共に自動的に発生します。
クロスリファレンス LotusScript NotesRegistration クラスの AddServerToAddressbook メソッド
例