![]() |
dotmailer SDK
Tools to access and manage an account in the dotMailer system
|
dotMailer.Sdk.Interfaces.IDmContact Interface Reference
DM Contact Interface More...
Inheritance diagram for dotMailer.Sdk.Interfaces.IDmContact:
Public Member Functions | |
| void | SetContactId (int newId) |
| Sets the Id of the contact | |
Properties | |
| 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 | |
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
DM Contact Interface
Member Function Documentation
| void dotMailer.Sdk.Interfaces.IDmContact.SetContactId | ( | int | newId | ) |
Property Documentation
|
get |
Get the audience type
|
get |
Gets and enumeration of the data fields for the contact
|
get |
Gets the email of the contact
|
get |
Gets the email type
|
get |
Flag to indicate the datafields have been loaded
|
get |
Gets the ID of the contact
|
get |
gets the notes
|
get |
Gets the opt-in type for the contact
Generated by
1.8.3

Properties inherited from