dotmailer SDK: dotMailer.Sdk.Campaigns.DmCampaignContactReply Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Campaigns.DmCampaignContactReply Class Reference

Represents an APICampaignContactReply returned by the ListCampaignContactReplies web method More...

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

Properties

int AccountId [get, set]
 The parent account id
 
int CampaignId [get, set]
 The parent campaign id
 
int ContactId [get, set]
 The contact id
 
string ContactEmail [get, set]
 The contact Email
 
string ToAddress [get, set]
 The email address the reply is from.
 
string FromAddress [get, set]
 The email address the reply is to.
 
string Message [get, set]
 The contents of the email (this may include HTML).
 
string Subject [get, set]
 The subject of the email.
 
bool IsHtml [get, set]
 Whether the email is HTML (TRUE) or Plain Text (FALSE).
 
DateTime DateReplied [get, set]
 The date and time the reply was sent.
 
string ReplyType [get, set]
 The type of reply sent, this has possible values of Reply, AutoReply, ChallengeResponse (spam filtering) or Unsafe (contains java script / suspect attachments).
 
string UserTag1 [get, set]
 User Tag
 
string UserTag2 [get, set]
 User Tag
 
string UserTag3 [get, set]
 User Tag
 
bool IsDirty [get]
 Returns true if the object has changed
 
string ObjectType [get, set]
 Returns the type name of the class Used by the serialisation process
 
string ExternalId [get]
 Gets/Sets the generated Id that uniquely identifies this record
 
- 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

Represents an APICampaignContactReply returned by the ListCampaignContactReplies web method

Property Documentation

int dotMailer.Sdk.Campaigns.DmCampaignContactReply.AccountId
getset

The parent account id

int dotMailer.Sdk.Campaigns.DmCampaignContactReply.CampaignId
getset

The parent campaign id

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.ContactEmail
getset

The contact Email

int dotMailer.Sdk.Campaigns.DmCampaignContactReply.ContactId
getset

The contact id

DateTime dotMailer.Sdk.Campaigns.DmCampaignContactReply.DateReplied
getset

The date and time the reply was sent.

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.ExternalId
get

Gets/Sets the generated Id that uniquely identifies this record

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.FromAddress
getset

The email address the reply is to.

bool dotMailer.Sdk.Campaigns.DmCampaignContactReply.IsDirty
get

Returns true if the object has changed

bool dotMailer.Sdk.Campaigns.DmCampaignContactReply.IsHtml
getset

Whether the email is HTML (TRUE) or Plain Text (FALSE).

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.Message
getset

The contents of the email (this may include HTML).

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.ObjectType
getset

Returns the type name of the class Used by the serialisation process

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.ReplyType
getset

The type of reply sent, this has possible values of Reply, AutoReply, ChallengeResponse (spam filtering) or Unsafe (contains java script / suspect attachments).

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.Subject
getset

The subject of the email.

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.ToAddress
getset

The email address the reply is from.

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.UserTag1
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.UserTag2
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactReply.UserTag3
getset

User Tag

Generated by   doxygen 1.8.3