JAVA/CORBA CLASSES


CreateMailDb property
Example

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


Usage

Set this property before calling registerNewUser.

Language cross-reference

CreateMailDb property in LotusScript NotesRegistration class

Example