JAVA/CORBA クラス
ユーザー ID ファイルに基づいて Domino ディレクトリにユーザー文書を作成し、オプションで ID ファイルを追加できます。
定義が行われるクラス Registration
構文 public boolean addUserToAddressBook(String idfile, String fullname, String lastn) throws NotesException
public boolean addUserToAddressBook(String idfile, String fullname, String lastn, String userpw) throws NotesException
public boolean addUserToAddressBook(String idfile, String fullname, String lastn, String userpw, String firstn, String middle, String mailserv, String mailfilepath, String fwdaddr, String location, String comment) throws NotesException
パラメータ String idfile
このメソッドは、RegistrationServer プロパティによって指定されたサーバーの Domino ディレクトリ (names.nsf) に作用します。このプロパティが設定されていない場合は、ローカルの Domino データディレクトリにある names.nsf に作用します。
StoreIDInAddressBook は true である必要があります。
このメソッドは、UpdateAddressBook が true の場合、registerNewUser と共に自動的に発生します。
クロスリファレンス LotusScript NotesRegistration クラスの AddUserToAddressbook メソッド
例