Class representing action to send e-mail
Inheritance Hierarchy
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntaxpublic class EmailAction : DocumentWorkflowAction
The EmailAction type exposes the following members.
Constructors
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | ActionDefinition |
Action definition.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | ActionStep |
Current step.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | Arguments |
Action arguments
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected property Protected property](../icons/protproperty.gif) | BasedOnTemplate |
Whether is e-mail based or template or not
|
![Protected property Protected property](../icons/protproperty.gif) | Body |
E-mail body specifically defined for step.
|
![Public property Public property](../icons/pubproperty.gif) | Comment |
Comment used when action moves to next step.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | InfoObject |
Current info object.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | InitialStep |
Current step.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | MacroResolver |
Macro resolver for action.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | Manager |
Manager.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected property Protected property](../icons/protproperty.gif) | Node |
Current document.
(Inherited from DocumentWorkflowAction.) |
![Public property Public property](../icons/pubproperty.gif) | OriginalStep |
Current step.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | Parameters |
Parameters of action.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected property Protected property](../icons/protproperty.gif) | Recipients |
Recipients of e-mail separated by ';' or ','.
|
![Protected property Protected property](../icons/protproperty.gif) | Sender |
Sender of e-mail.
|
![Public property Public property](../icons/pubproperty.gif) | StateObject |
Current state object.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected property Protected property](../icons/protproperty.gif) | Subject |
Subject specifically defined for step.
|
![Protected property Protected property](../icons/protproperty.gif) | TemplateName |
Template of e-mail.
|
![Public property Public property](../icons/pubproperty.gif) | User |
User running action.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public property Public property](../icons/pubproperty.gif) | Workflow |
Current workflow.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected property Protected property](../icons/protproperty.gif) | WorkflowManager |
Workflow manager
(Inherited from DocumentWorkflowAction.) |
Top
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Execute |
Executes action
(Overrides BaseWorkflowActionInfoType, StateInfoType, ActionEnumTypeExecute.) |
![Protected method Protected method](../icons/protmethod.gif) | GetDefaultMacroResolver |
Prepares macro resolver for usage.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected method Protected method](../icons/protmethod.gif) | GetResolvedParameterReturnType |
Gets resolved value of parameter.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public method Public method](../icons/pubmethod.gif) | LogMessage |
Logs message to event log.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Public method Public method](../icons/pubmethod.gif) | Process |
Processes action.
(Inherited from BaseWorkflowActionInfoType, StateInfoType, ActionEnumType.) |
![Protected method Protected method](../icons/protmethod.gif) | RefreshNode |
Refreshes node instance
(Inherited from DocumentWorkflowAction.) |
Top
See Also