MailSystem (NotesRegistration - LotusScript®)
Read-write. The user's mail system.
Note: This property is new
with Release 6.5.
Defined in
Data type
Constant of type Integer
Syntax
To get: integer% = notesRegistration .MailSystem
To set: notesRegistration . MailSystem = integer%
Legal values
- REG_MAILSYSTEM_IMAP (2)
- REG_MAILSYSTEM_INOTES (3)
- REG_MAILSYSTEM_INTERNET (4)
- REG_MAILSYSTEM_NONE (6)
- REG_MAILSYSTEM_NOTES (0) (default)
- REG_MAILSYSTEM_OTHER (5)
- REG_MAILSYSTEM_POP (1)
Usage
Optionally set this property before calling RegisterNewUser.