SelectPages (NotesNoteCollection - LotusScript®)

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

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectPages

To set: notesNoteCollection .SelectPages = flag

Legal values

  • True indicates inclusion of pages.
  • False indicates exclusion of pages.

Usage

The following methods set this property:

Example