JAVA/CORBA CLASSES


createReplyMessage method
Example

Creates a new document that is formatted as a reply to the current document.

Defined in

Document

Syntax

public Document createReplyMessage(boolean toall)
   throws NotesException

Parameters

boolean toall


Return value

Document


Usage

The new document does not contain a Subject item. If you want one, the program must explicitly add it to the document.

The new document does not automatically get mailed. If you want to mail it, the program must explicitly call the send method.

Language cross-reference

CreateReplyMessage method in LotusScript NotesDocument class

Example
See Also