dotmailer SDK: dotMailer.Sdk.Interfaces.IDmTemplate Interface Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Interfaces.IDmTemplate Interface Reference

An interface describing a dotMailer template. More...

Inheritance diagram for dotMailer.Sdk.Interfaces.IDmTemplate:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject dotMailer.Sdk.Objects.Templates.DmTemplate

Properties

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.
 
- Properties inherited from dotMailer.Sdk.Interfaces.IDmObject
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
 

Detailed Description

An interface describing a dotMailer template.

Property Documentation

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

The template ID.

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.

CampaignReplyActions dotMailer.Sdk.Interfaces.IDmTemplate.ReplyAction
get

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.

Generated by   doxygen 1.8.3