Class EmailTemplate
Represents an email template.
Inherited Members
Namespace: DataWeb.Email
Assembly: DataWeb.Core.dll
Syntax
public class EmailTemplate
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 |