IsMailCreateFTIndex (NotesRegistration - JavaScript)

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

Defined in

NotesRegistration

Syntax

isMailCreateFTIndex() : boolean

setMailCreateFTIndex(flag:boolean) : void

Legal value Description
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.