sendreplyaction (Domino DTD)
Represents a reply message produced by a simple action.
Containment Hierarchy
Contained by: %simple.actions;
Contains: <text>
Syntax
<!ELEMENT sendreplyaction ( text? )>
Content
text?
Contains an optional <text> element.
Attributes
<!ATTLIST sendreplyaction
replytoall |
%boolean |
"false" |
---|---|---|
includedocument |
%boolean |
"false" |
replyonce |
%boolean |
"false" |
>
includedocument
Indicates whether to include the original message in the reply.
replyonce
Enables you to ensure that each recipient receives the reply only once, even if a recipient is included in two of the mail groups that the reply is being sent to.
replytoall
Specifies whether you want to send the reply to all the recipients of the original message in addition to the sender. The default (false) sends the reply to the sender only.