IsResponse (Document - Java)

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

Defined in

Document

Data type

boolean

Syntax

public boolean isResponse()
    throws NotesException

Legal values

  • true if the document is a response to another document
  • false if the document is not a response to another document

Example