Class AutomationEmailTemplate
Represents an email template.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationEmailTemplate
Properties
AppUrl
Gets or sets the URL of the application associated with the email template.
Declaration
public string AppUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Body
Gets or sets the body of the email template.
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |