CreateMailDb (NotesRegistration - LotusScript®)

Read-write. Indicates whether a mail database is created with the ID file when calling RegisterNewUser.

Defined in

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration .CreateMailDb

To set: notesRegistration .CreateMailDb = flag

Legal values

  • True indicates that a mail database is created.
  • False indicates that a mail database is not created; it will be created during setup.

Usage

Set this property before calling RegisterNewUser.

Example