IsResponse (NotesViewColumn - LotusScript®)

Read-only. Indicates whether a column contains only response documents.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn .IsResponse

Legal values

  • True indicates that the column contains only response documents.
  • False indicates that the column contains any kind of document.

Example