CreateMailDb (NotesRegistration - JavaScript)

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

Defined in

NotesRegistration

Syntax

getCreateMailDb() : boolean

setCreateMailDb(flag:boolean) : void

Legal value Description
true to create a mail database
false to not create a mail database; it will be created during setup

Usage

Set this property before calling registerNewUser.