sendmailaction (Domino DTD)

Represents a mail message produced by a simple action.

Containment Hierarchy

Contained by: %simple.actions;

Contains: <sendto>, <sendcc>, <sendbcc>, <sendsubject>, <text>

Syntax

<!ELEMENT sendmailaction ( sendto, sendcc?, sendbcc?, sendsubject?, text?)>

Content

sendto, sendcc?, sendbcc?, sendsubject?, text?

Contains a <sendto> element, followed by optional <sendcc>, <sendbcc>, <sendsubject>, and <text> elements.

Attributes

<!ATTLIST sendmailaction

includedocument

%boolean

"false"

includelink

%boolean

"false"

>

includedocument

Indicates whether to include the original message in the reply.

includelink

Indicates whether to include the original message as a link in the reply.