CreateMailDb (Registration - Java)

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

Defined in

Registration

Data type

boolean

Syntax

public boolean getCreateMailDb()
    throws NotesException
public void setCreateMailDb(boolean flag)
    throws NotesException

Legal values

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

Example