SelectAgents (NotesNoteCollection - LotusScript®)

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

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectAgents

To set: notesNoteCollection .SelectAgents = flag

Legal values

  • True indicates inclusion of notes for agents.
  • False indicates exclusion of notes for agents.

Usage

The following methods set this property:

Example