SelectImageResources (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for image resources.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectImageResources

To set: notesNoteCollection .SelectImageResources = flag

Legal values

  • True indicates inclusion of image resources.
  • False indicates exclusion of image resources.

Usage

The following methods set this property:

Example