SelectOutlines (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for outlines.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectOutlines

To set: notesNoteCollection .SelectOutlines = flag

Legal values

  • True indicates the inclusion of outlines.
  • False indicates the exclusion of outlines.

Usage

The following methods set this property:

Example