SelectIcon (NoteCollection - Java)

Read-write. Indicates whether the collection contains an icon note.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectIcon()
   throws NotesException
public void setSelectIcon(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of an icon note
  • false to indicate exclusion of an icon note

Usage

The following methods set this property:

Example