SelectAllNotes (NotesNoteCollection - LotusScript®)

Selects or deselects all notes for inclusion in the collection.

Defined in

NotesNoteCollection

Syntax

Call notesNoteCollection .SelectAllNotes( selectorValue )

Parameters

selectorValue

Boolean.

  • True includes all notes.
  • False excludes all notes.

Example