Class MailTemplate
An email template containing
Inheritance
System.Object
MailTemplate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Mailing
Assembly: Simplic.Framework.dll
Syntax
public class MailTemplate
Properties
| Improve this Doc View SourceName
The name of the template
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
The subject can also contain parameters to be parsed.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
The actual email body template.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |