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

dotmailer SDK

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

Interface the defines the campaign information More...

Inheritance diagram for dotMailer.Sdk.Interfaces.IDmCampaign:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject dotMailer.Sdk.Campaigns.DmCampaign

Properties

int Id [get]
 The Id of the campaign
 
string Name [get]
 the name of the campaign
 
string FromName [get]
 The name of the person sending the campaign
 
CampaignReplyActions ReplyAction [get]
 The reply action
 
string ReplyToEmailAddress [get]
 The reply to email address
 
string Subject [get]
 The email subject of the campaign
 
CampaignStatus Status [get]
 The status of the campaign
 
string HtmlContent [get]
 The html content of the campaign
 
string PlainContent [get]
 The plain text content of the campaign
 
- 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

Interface the defines the campaign information

Property Documentation

string dotMailer.Sdk.Interfaces.IDmCampaign.FromName
get

The name of the person sending the campaign

string dotMailer.Sdk.Interfaces.IDmCampaign.HtmlContent
get

The html content of the campaign

int dotMailer.Sdk.Interfaces.IDmCampaign.Id
get

The Id of the campaign

string dotMailer.Sdk.Interfaces.IDmCampaign.Name
get

the name of the campaign

string dotMailer.Sdk.Interfaces.IDmCampaign.PlainContent
get

The plain text content of the campaign

CampaignReplyActions dotMailer.Sdk.Interfaces.IDmCampaign.ReplyAction
get

The reply action

string dotMailer.Sdk.Interfaces.IDmCampaign.ReplyToEmailAddress
get

The reply to email address

CampaignStatus dotMailer.Sdk.Interfaces.IDmCampaign.Status
get

The status of the campaign

string dotMailer.Sdk.Interfaces.IDmCampaign.Subject
get

The email subject of the campaign

Generated by   doxygen 1.8.3