SelectAllAdminNotes (NotesNoteCollection - LotusScript®)

Selects or deselects the administration notes for inclusion in the collection.

Defined in

NotesNoteCollection

Syntax

Call notesNoteCollection .SelectAllAdminNotes( selectorValue )

Parameters

selectorValue

Boolean.

  • True includes the administration notes.
  • False excludes the administration notes.

Usage

The administration notes are those regulated by the following properties. This method sets these properties True or False as indicated by selectorValue.

Example