dotmailer SDK
Tools to access and manage an account in the dotMailer system
|
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
Attribute | |
dotMailer.Sdk.ClassAttributes.DmPropertyType | Indicates what type of property this is |
BaseFactory | |
dotMailer.Sdk.AddressBookFactory | Address Book Factory. Provides methods to manage address books of contacts |
dotMailer.Sdk.CampaignFactory | Campaign Factory - Provides functions to manage campaigns, including sending them to address books and contacts, and accessing email stats. |
dotMailer.Sdk.ContactFactory | Contact Factory - Provides functions to manage contacts |
dotMailer.Sdk.DocumentFactory | Provides access to the document factory |
dotMailer.Sdk.ImageFactory | Provides methods for handling Images. |
dotMailer.Sdk.TemplateFactory | Provides methods for handling templates. |
Dictionary< string, object > | |
dotMailer.Sdk.API.Progress.AdditionalInfo | |
DmBaseCollection< DmAccountProperty > | |
dotMailer.Sdk.Objects.Collections.DmAccountPropertyCollection | Collection of DmAccountProperty objects |
DmBaseCollection< DmAddressBook > | |
dotMailer.Sdk.Collections.DmAddressBookCollection | A collection of DmAddressBooks |
DmBaseCollection< DmCampaign > | |
dotMailer.Sdk.Collections.DmCampaignCollection | A collection of DmCampaign objects |
DmBaseCollection< DmCampaignContactActivity > | |
dotMailer.Sdk.Collections.DmCampaignContactActivityCollection | A Campaign Contact Activity Collection |
DmBaseCollection< DmCampaignContactLinkClick > | |
dotMailer.Sdk.Collections.DmCampaignContactLinkClickCollection | A Collection of DmCampaignContactLinkClick |
DmBaseCollection< DmCampaignContactOpen > | |
dotMailer.Sdk.Collections.DmCampaignContactOpenCollection | A collection of DmCampaignContactOpen objects |
DmBaseCollection< DmCampaignContactPageView > | |
dotMailer.Sdk.Collections.DmCampaignContactPageViewCollection | A collection of DmCampaignContactPageView objects |
DmBaseCollection< DmCampaignContactReply > | |
dotMailer.Sdk.Collections.DmCampaignContactReplyCollection | A collection of DmCampaignContactReply objects |
DmBaseCollection< DmCampaignContactRoiDetail > | |
dotMailer.Sdk.Collections.DmCampaignContactRoiDetailCollection | A collection of DmCampaignContactRoiDetail objects |
DmBaseCollection< DmCampaignContactSocialBookmark > | |
dotMailer.Sdk.Collections.DmCampaignContactSocialBookmarkCollection | A collection of DmCampaignContactSocialBookmark objects |
DmBaseCollection< DmCampaignContactStats > | |
dotMailer.Sdk.Collections.DmCampaignContactStatsCollection | A collection of DmCampaignContactStats objects |
DmBaseCollection< DmCampaignOpener > | |
dotMailer.Sdk.Collections.DmCampaignOpenerCollection | A collection of DmCampaignOpener objects |
DmBaseCollection< DmCampaignPageView > | |
dotMailer.Sdk.Objects.Collections.DmCampaignPageViewCollection | A collection of DmCampaignPageView objects |
DmBaseCollection< DmCampaignRoiDetail > | |
dotMailer.Sdk.Collections.DmCampaignRoiDetailCollection | Collection of DmCampaignRoiDetail |
DmBaseCollection< DmCampaignSocialBookmark > | |
dotMailer.Sdk.Objects.Collections.DmCampaignSocialBookmarkCollection | A Collection of DmCampaignSocialBookmarks |
DmBaseCollection< DmContact > | |
dotMailer.Sdk.Collections.DmContactCollection | A collection of DmContacts |
DmBaseCollection< DmCustomFromAddress > | |
dotMailer.Sdk.Collections.DmCustomFromAddressCollection | A collection of DmCustomFromAddress objects |
DmBaseCollection< DmDataFieldDefinition > | |
dotMailer.Sdk.Collections.DmDataFieldDefinitionCollection | A collection of data field definitions |
DmBaseCollection< DmDataFieldValue > | |
dotMailer.Sdk.Collections.DmDataFieldValueCollection | A collection of data field values used by a contact |
DmBaseCollection< DmDocumentFolder > | |
dotMailer.Sdk.Objects.Collections.DmDocumentFolderCollection | Collection of DmDocumentFolder objects. |
DmBaseCollection< DmImageFolder > | |
dotMailer.Sdk.Objects.Collections.DmImageFolderCollection | Collection of DmImageFolder objects. |
DmBaseCollection< DmSuppressedContact > | |
dotMailer.Sdk.Collections.DmSuppressedContactCollection | Collection of suppressed contacts |
DmBaseCollection< DmTemplate > | |
dotMailer.Sdk.Collections.DmTemplateCollection | A collection of templates. |
DmBaseCollection< IDmContact > | |
dotMailer.Sdk.Objects.Collections.IDmContactCollection | Collection of IDmContact objects |
DmBaseCollection< IDmDocument > | |
dotMailer.Sdk.Objects.Collections.DmDocumentCollection | Collection of objects that implement the IDmDocument interface. |
DmBaseCollection< ImportContactSession > | |
dotMailer.Sdk.Collections.Importing.ImportContactSessionCollection | Import Contact Sessions |
DmBaseCollection< SendResult > | |
dotMailer.Sdk.Sending.SendResultCollection | A Collection of SendResult objects |
dotMailer.Sdk.API.Progress.DmProcessEventArgs | |
dotMailer.Sdk.API.TimeoutOptions | The timeout options for calling web service endpoints |
dotMailer.Sdk.Cache.IDmCacheableObject | |
dotMailer.Sdk.Interfaces.IDmObject | Interface to deal with checking to see if collection/object has been changed |
dotMailer.Sdk.Campaigns.DmCampaignContactActivity | Represents an APICampaignContactSummary returned by the ListCampaignContactActivity web method |
dotMailer.Sdk.Campaigns.DmCampaignContactForward | Contact forward information for a campaign |
dotMailer.Sdk.Campaigns.DmCampaignContactLinkClick | Represents APICampaignContactClick3, which contains all of the data from APICampaignContactClick and APICampaignContactClick2, returned by the ListCampaignContactClicks2 web method |
dotMailer.Sdk.Campaigns.DmCampaignContactOpen | Represents an APICampaignContactOpen returned by the ListCampaignContactOpens web method |
dotMailer.Sdk.Campaigns.DmCampaignContactPageView | Represents an APICampaignContactPageView returned by the ListCampaignContactPageViews web method |
dotMailer.Sdk.Campaigns.DmCampaignContactReply | Represents an APICampaignContactReply returned by the ListCampaignContactReplies web method |
dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail | Represents an APICampaignContactROIDetail returned by the ListCampaignContactRoiDetail web method |
dotMailer.Sdk.Campaigns.DmCampaignContactSocialBookmark | Represents an APICampaignContactSocialBookmark returned by the ListCampaignContactSocialBookmarkViews web method |
dotMailer.Sdk.Campaigns.DmCampaignContactStats | Class that encapsulates the contact activity/reports for a campaign |
dotMailer.Sdk.Campaigns.DmCampaignContent | class to hold the text content of a campaign as we get both of these in one call |
dotMailer.Sdk.Campaigns.DmCampaignOpener | Campaign Opener Information |
dotMailer.Sdk.Campaigns.DmCampaignRoiDetail | Campaign ROI Detail |
dotMailer.Sdk.Campaigns.DmCampaignSummary | Summary for a campaign |
dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue | Class that represents a data field attached to a contact |
dotMailer.Sdk.Contacts.Importing.ImportContactResult | Represents the result of an import contact operation. Can be used to track the progress of an import, and provides stats for the results of the import. |
dotMailer.Sdk.Contacts.Importing.ImportContactSession | Class that represents a dotMailer contact import session |
dotMailer.Sdk.DmCustomFromAddress | A customer from address |
dotMailer.Sdk.Interfaces.IDmAddressBook | DM AddressBook Interface |
dotMailer.Sdk.AddressBook.DmAddressBook | Represents an address book in dotMailer |
dotMailer.Sdk.Interfaces.IDmCampaign | Interface the defines the campaign information |
dotMailer.Sdk.Campaigns.DmCampaign | Represents a dotMailer campaign |
dotMailer.Sdk.Interfaces.IDmContact | DM Contact Interface |
dotMailer.Sdk.Contacts.DmContact | Class that represents a contact. |
dotMailer.Sdk.Objects.Contacts.DmSuppressedContact | Represents a contact that has been suppressed |
dotMailer.Sdk.Interfaces.IDmDocument | An interface representing a document in dotMailer's Document Manager. |
dotMailer.Sdk.Contacts.DmDocument | Class that represents a document in dotMailer's Document Manager. |
dotMailer.Sdk.Interfaces.IDmTemplate | An interface describing a dotMailer template. |
dotMailer.Sdk.Objects.Templates.DmTemplate | A Template is a wrapper for campaign content |
dotMailer.Sdk.Objects.Campaigns.DmCampaignPageView | A Campaign Page View |
dotMailer.Sdk.Objects.Campaigns.DmCampaignSocialBookmark | A Social Book |
dotMailer.Sdk.Objects.DmAccountInfo | Account Information class |
dotMailer.Sdk.Objects.Documents.DmDocumentFolder | Represents a single folder in dotMailer's Document Manager. |
dotMailer.Sdk.Objects.Images.DmImage | Represents an image previously uploaded to a dotMailer account. |
dotMailer.Sdk.Objects.Images.DmImageFolder | Represents a single folder in the tree of folders used to store images in your dotMailer account. |
dotMailer.Sdk.Cache.IDmCacheProvider | |
dotMailer.Sdk.Contacts.DataFields.DmDataFieldDefinition | Class that defines a data field that is used by the DmContacts |
dotMailer.Sdk.Contacts.Importing.ImportContactOptions | Class the defines the options that can are used when adding contacts to an address book |
dotMailer.Sdk.Contacts.Importing.ImportReport | Report of the contact import process |
dotMailer.Sdk.DmServiceFactory | Service Factory |
dotMailer.Sdk.Objects.DmAccountProperty | An Account property entry |
dotMailer.Sdk.Sending.SendResult | Class that represents the state of a send email operation |
dotMailer.Sdk.Sending.SplitTestSendOptions | Options used in send split-test campaigns |
dotMailer.Sdk.SerialisationFactory | Class that deals with the serialisation of the objects and collections |
Exception | |
dotMailer.Sdk.DmException | API Web service exception class |
dotMailer.Sdk.Exceptions.AttachmentsNotEnabledInAccountException | Campaign attachments have not been enabled in the account. |
dotMailer.Sdk.Exceptions.DmServiceNotValidException | Web service credentials are invalid exception |
dotMailer.Sdk.Exceptions.ServiceConnectionErrorException | There was a problem connecting to the server. |
IDisposable | |
dotMailer.Sdk.DmService | dotMailer Management Service |
InternalDisposeHelper | |
dotMailer.Sdk.Contacts.Importing.ImportWatcher | Helper class that watches an import result to be completed |
LazyLoadSupport | |
dotMailer.Sdk.AddressBook.DmAddressBook | Represents an address book in dotMailer |
dotMailer.Sdk.Campaigns.DmCampaign | Represents a dotMailer campaign |
dotMailer.Sdk.Campaigns.DmCampaignContactStats | Class that encapsulates the contact activity/reports for a campaign |
dotMailer.Sdk.Contacts.DmContact | Class that represents a contact. |
dotMailer.Sdk.Contacts.DmDocument | Class that represents a document in dotMailer's Document Manager. |
dotMailer.Sdk.DmService | dotMailer Management Service |
dotMailer.Sdk.Objects.Images.DmImageFolder | Represents a single folder in the tree of folders used to store images in your dotMailer account. |
dotMailer.Sdk.Objects.Templates.DmTemplate | A Template is a wrapper for campaign content |
Generated by 1.8.3