|
DateTime | DateSuppressed [get, set] |
| Date that the contact was added to the suppression list
|
|
SuppressionCause | SuppressionCause [get, set] |
| The reason why the contact has been suppressed
|
|
override DmDataFieldValueCollection | DataFields [get] |
| NA
|
|
int | AccountId [get, set] |
| The parent account id
|
|
int | Id [get, set] |
| The system Id of the contact
|
|
string | Email [get, set] |
| The contact email - this is read only from the database
|
|
string | Notes [get, set] |
| Contact Notes
|
|
EmailContentTypes | EmailType [get, set] |
| Email Type
|
|
EmailOptIn | OptIn [get, set] |
| Opt In Flag
|
|
ContactAudience | Audience [get, set] |
| Audience flag
|
|
string | UserTag1 [get, set] |
| User Tag
|
|
string | UserTag2 [get, set] |
| User Tag
|
|
string | UserTag3 [get, set] |
| User Tag
|
|
object | this[string index] [get, set] |
| Get the value of one of the data fields
|
|
virtual DmDataFieldValueCollection | DataFields [get, set] |
| Returns the collection of DataField Values
|
|
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
|
|
string | FirstName [get, set] |
| Gets/Sets the system data field FirstName
|
|
string | Fullname [get, set] |
| Gets/Sets the system data field Full name
|
|
string | Gender [get, set] |
| Gets/Sets the system data field Gender
|
|
string | LastName [get, set] |
| Gets/Sets the system data field Last name
|
|
string | Postcode [get, set] |
| Gets/Sets the system data field Post code
|
|
bool | HasDataFields [get] |
| Return true if the datafields have been loaded from the web service
|
|
int | Id [get] |
| Gets the ID of the contact
|
|
string | Email [get] |
| Gets the email of the contact
|
|
ContactAudience | Audience [get] |
| Get the audience type
|
|
EmailContentTypes | EmailType [get] |
| Gets the email type
|
|
EmailOptIn | OptIn [get] |
| Gets the opt-in type for the contact
|
|
string | Notes [get] |
| gets the notes
|
|
DmDataFieldValueCollection | DataFields [get] |
| Gets and enumeration of the data fields for the contact
|
|
bool | HasDataFields [get] |
| Flag to indicate the datafields have been loaded
|
|
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
|
|