IsResponse (NotesDocument - LotusScript®)

Read-only. Indicates whether a document is a response to another document.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .IsResponse

Legal values

  • True indicates that the document is a response to another document.
  • False indicates that the document is not a response.

Example