Click or drag to resize
WorkflowEmailSettings Class
Class for workflow e-mail sending settings.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngineWorkflowEmailSettings

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public class WorkflowEmailSettings

The WorkflowEmailSettings type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowEmailSettings
Constructor
Top
Properties
  NameDescription
Public propertyBody
Body with higher priority then body from template
Public propertyDefaultSubject
Default subject used when 'Subject' and selected template subject are empty.
Public propertyEmailTemplateName
E-mail template name to use
Public propertyLogEvents
Indicates if errors should be logged to event log
Public propertyRecipients
List of e-mail recipients
Public propertyResolver
Macro resolver to use for resolving macros in e-mail
Public propertySender
Sender with higher priority then sender from template
Public propertySiteName
Site name
Public propertySubject
Subject with higher priority then subject from template
Public propertyUser
Target workflow step
Top
See Also