Click or drag to resize
AbstractAutomationManagerInfoTypeGetEmailResolver Method
Get resolver for e-mail sending.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public override MacroResolver GetEmailResolver(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	UserInfo user,
	WorkflowStepInfo originalStep,
	WorkflowStepInfo currentStep,
	WorkflowInfo workflow,
	string action,
	string comment
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
user
Type: CMS.MembershipUserInfo
User
originalStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Original workflow step
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
action
Type: SystemString
Automation action string representation
comment
Type: SystemString
Action comment

Return Value

Type: MacroResolver
See Also