MailSystem (Registration - Java™)
Read-write. The user's mail system.
Note: This property is new
with Release 6.5.
Defined in
Data type
int
Syntax
public int getMailSystem()
throws NotesException
public void setMailSystem(int system)
throws NotesException
Legal values
- 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) (default)
- Registration.REG_MAILSYSTEM_OTHER (5)
- Registration.REG_MAILSYSTEM_POP (1)
Usage
Optionally set this property before calling registerNewUser.