Read-only. The immediate responses to a document.
Defined in
NotesDocument
Data type
NotesDocumentCollection
Syntax
To get: Set notesDocumentCollection = notesDocument.Responses
Usage
Each document in the collection is an immediate response to the first document. Responses-to-responses are not included. If the current document has no responses, the NotesDocumentCollection contains zero documents.
Responses-to-Responses
This property returns only immediate responses to a document, but you can write a recursive sub or function to access all the descendants of a particular document. A recursive sub calls itself, the same way that a non-recursive sub calls any other sub or function.
Language cross-reference
Responses property in Java Document class
@Responses function in formula language
Example See Also