Class representing action to send e-mail
Inheritance Hierarchy
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntaxpublic class EmailAction : AutomationAction
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.) |
![Public property Public property](../icons/pubproperty.gif) | AutomationManager |
Automation manager
(Inherited from AutomationAction.) |
![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.) |
![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.) |
Top
Methods
See Also