SelectMiscIndexElements (NotesNoteCollection - LotusScript®)
Read-write. Indicates whether the collection contains notes for miscellaneous index elements.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNoteCollection .SelectMiscIndexElements
To set: notesNoteCollection .SelectMiscIndexElements = flag
Legal values
- True indicates inclusion of miscellaneous index elements.
- False indicates exclusion of miscellaneous index elements.
Usage
The following methods set this property:
- CreateNoteCollection in NotesDatabase
- SelectAllIndexElements
- SelectAllDesignElements
- SelectAllNotes