MailSystem (NotesRegistration - JavaScript)

Read-write. The user's mail system.

Defined in

NotesRegistration

Syntax

getMailSystem() : int

setMailSystem(system:int) : void

Legal value

  • 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.