LOTUSSCRIPT/COM/OLE CLASSES
Creates a new document that is formatted as a reply to the current document.
Defined in
NotesDocument
Syntax
Set replyNotesDocument = notesDocument.CreateReplyMessage( all )
Parameters
all
replyNotesDocument
The new document does not contain a Subject item. If you want one, the script must explicitly add it to the document.
The new document does not get automatically mailed. If you want to mail it, the script must explicitly call the Send method.
Language cross-reference
createReplyMessage method in Java Document class
Example See Also