SelectActions (NoteCollection - Java)

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

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectActions()
   throws NotesException
public void setSelectActions(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of notes for actions
  • false to indicate exclusion of notes for actions

Usage

The following methods set this property:

Example