Class NotifyByEmailSettings
Inheritance
NotifyByEmailSettings
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class NotifyByEmailSettings : StepSettings
Constructors
NotifyByEmailSettings()
Declaration
public NotifyByEmailSettings()
Properties
SpecificEmailAddresses
Declaration
public string[] SpecificEmailAddresses { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
To
Declaration
public WorkflowNotifyEmailType To { get; set; }
Property Value
Extension Methods