MakeResponse (NotesDocument - LotusScript®)

Makes one document a response to another document. The two documents must be in the same database.

Defined in

NotesDocument

Syntax

Call notesDocument .MakeResponse( document )

Parameters

document

A NotesDocument. The document to which notesDocument becomes a response. If you specify Nothing, this method generates an error.

Usage

You must call Save after this method if you want to save the change you have made.

Example