SelectMiscIndexElements (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for miscellaneous index elements.

Defined in

NotesNoteCollection

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:

Example