CreateFTIndex (NotesDXLImporter - LotusScript®)
Read-write. Indicates whether the database receiving the imported notes is full-text indexed.
Defined in
Data type
Boolean
Syntax
To get: flag = notesDXLImporter .CreateFTIndex
To set: notesDXLImporter .CreateFTIndex = flag
Legal values
- True if the database is full-text indexed.
- False (default) if the database is not full-text indexed.