MailCreateFTIndex (NotesRegistration - LotusScript®)
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
Data type
Boolean
Syntax
To get: flag = notesRegistration .MailCreateFTIndex
To set: notesRegistration . MailCreateFTIndex = flag
Legal values
- True indicates that a full-text index is created.
- False indicates that a full-text index is not created.
Usage
Optionally set this property before calling RegisterNewUser.