MailSystem (Registration - Java)
読み書き可能。ユーザーのメールシステムです。
注: このプロパティは R6.5 で新しく追加されました。
定義位置
データ型
int 型
構文
public int getMailSystem()
throws NotesException
public void setMailSystem(int system)
throws NotesException
有効な値
- Registration.REG_MAILSYSTEM_IMAP (2)
- Registration.REG_MAILSYSTEM_INOTES (3)
- Registration.REG_MAILSYSTEM_INTERNET (4)
- Registration.REG_MAILSYSTEM_NONE (6)
- Registration.REG_MAILSYSTEM_NOTES (0) (デフォルト)
- Registration.REG_MAILSYSTEM_OTHER (5)
- Registration.REG_MAILSYSTEM_POP (1)
使用法
registerNewUser を呼び出す前に、任意でこのプロパティを設定します。
クロスリファレンス
LotusScript® NotesRegistration クラスの MailSystem プロパティ