IsMailCreateFTIndex (Registration - Java)

Read-write. Indicates the creation of a full-text index for the mail database.

Note: This property is new with Release 6.5.

Defined in

Registration

Data type

boolean

Syntax

public boolean isMailCreateFTIndex()
    throws NotesException
public void setMailCreateFTIndex(boolean flag)
    throws NotesException

Legal values

  • true if a full-text index is created.
  • false if a full-text index is not created

Usage

Optionally set this property before calling registerNewUser.