Class AutomationAppSettings.EmailOptions
Represents the automation email options.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationAppSettings.EmailOptions
Properties
SenderAddress
Gets or sets the sender's email address for automation email.
Declaration
public string SenderAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SenderName
Gets or sets the sender's name for automation email.
Declaration
public string SenderName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Template
Gets or sets the automation email template.
Declaration
public string Template { get; set; }
Property Value
| Type | Description |
|---|---|
| string |