sendnewsletteraction (Domino DTD)
Represents a newsletter mail message produced by a simple action.
Containment Hierarchy
Contained by: %simple.actions;
Contains: <sendto>, <sendcc>, <sendbcc>, <sendsubject>, <text>
Syntax
<!ELEMENT sendnewsletteraction ( 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 sendnewsletteraction
view |
%tstring |
#REQUIRED |
---|---|---|
gather |
%integer; |
"1" |
summary |
%boolean; |
"true" |
>
gather
Minimum number of documents to collect before mailing the newsletter.
summary
Boolean. If true, includes a summary for each document in the view.
view
Name of the view to use to display the summaries of each document in the newsletter.