Interface the defines the campaign information
More...
|
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
|
|
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
|
|
Interface the defines the campaign information
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 |
string dotMailer.Sdk.Interfaces.IDmCampaign.Name |
|
get |
string dotMailer.Sdk.Interfaces.IDmCampaign.PlainContent |
|
get |
The plain text content of the campaign
string dotMailer.Sdk.Interfaces.IDmCampaign.ReplyToEmailAddress |
|
get |
The reply to email address
The status of the campaign
string dotMailer.Sdk.Interfaces.IDmCampaign.Subject |
|
get |
The email subject of the campaign