An interface describing a dotMailer template.
More...
|
string | FromName [get] |
| The name the email will be set to be from.
|
|
string | HtmlContent [get] |
| The contents of the HTML template.
|
|
int | Id [get] |
| The template ID.
|
|
string | Name [get] |
| The name of the template.
|
|
string | PlainContent [get] |
| The contents of the Plain Text version of the template.
|
|
CampaignReplyActions | ReplyAction [get] |
| Unset, WebMailForward, Webmail or Delete.
|
|
string | ReplyToAddress [get] |
| The email address replies should be forwarded to.
|
|
string | Subject [get] |
| The subject line of the email.
|
|
int | AccountId [get] |
| The DotMailer account Id for this object
|
|
string | ExternalId [get] |
| A key that represents this object, used for synching with external applications
|
|
bool | IsDirty [get] |
| has the data of the object changed
|
|
An interface describing a dotMailer template.
string dotMailer.Sdk.Interfaces.IDmTemplate.FromName |
|
get |
The name the email will be set to be from.
string dotMailer.Sdk.Interfaces.IDmTemplate.HtmlContent |
|
get |
The contents of the HTML template.
int dotMailer.Sdk.Interfaces.IDmTemplate.Id |
|
get |
string dotMailer.Sdk.Interfaces.IDmTemplate.Name |
|
get |
The name of the template.
string dotMailer.Sdk.Interfaces.IDmTemplate.PlainContent |
|
get |
The contents of the Plain Text version of the template.
Unset, WebMailForward, Webmail or Delete.
string dotMailer.Sdk.Interfaces.IDmTemplate.ReplyToAddress |
|
get |
The email address replies should be forwarded to.
string dotMailer.Sdk.Interfaces.IDmTemplate.Subject |
|
get |
The subject line of the email.