EmailTemplateType
Namespace: Proffer.Email
Type of template for a templated email.
public enum EmailTemplateType
Inheritance Object → ValueType → Enum → EmailTemplateType
Implements IComparable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Subject | 0 | The templated subject. |
| BodyHtml | 1 | The templated body as HTML. |
| BodyText | 2 | The templated body as plain-text. |