SelectMiscFormatElements (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for miscellaneous format elements.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectMiscFormatElements()
   throws NotesException
public void setSelectMiscFormatElements(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of miscellaneous format elements
  • false to indicate exclusion of miscellaneous format elements

Usage

The following methods set this property:

Example