Skip to main content

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

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

Example