![]() |
dotmailer SDK
Tools to access and manage an account in the dotMailer system
|
dotMailer Management Service . More...
Public Member Functions | |
| DateTime | GetServerUtcTime () |
| Gets the server time in UTC format | |
| DmAccountInfo | GetAccountInfo () |
| Gets a list of properties for the current dotMailer account | |
| bool | SendSingleSmsMessage (string mobileNumber, string message) |
| Sends a SMS message to the specified number with the specified message | |
| DmCustomFromAddressCollection | GetCustomFromAddressList () |
| Returns a collection of available custom from addresses | |
| DateTime | MinDotMailerDate () |
| Returns the minimum time on the dotMailer server | |
| bool | IsMinDotMailerDate (DateTime value) |
| Checks specified date is the minimum date on the server | |
| DateTime | ConvertToServerApiTime (DateTime value) |
| Coverts a local time to server time | |
| void | Dispose () |
| Dispose webservice client | |
Properties | |
| int | CurrentApiUsageCount [get] |
| Gets the api count used, from the service provider | |
| int | ApiCountUsageSinceCreation [get] |
| get the number of api calls used at creation of the library | |
| DmLocale | AccountLocale [get] |
| Gets the account locale | |
| ServiceCalls | ServiceCalls [get] |
| returns the list of service calls made | |
| AddressBookFactory | AddressBookFactory [get] |
| Gets the address book factory - creates it if needed | |
| ContactFactory | ContactFactory [get] |
| Gets the contact factory - creates it if needed | |
| CampaignFactory | CampaignFactory [get] |
| Gets the campaign factory - creates it if needed | |
| SerialisationFactory | SerialisationFactory [get] |
| Gets the Serialisation Factory - creates it if needed | |
| DocumentFactory | DocumentFactory [get] |
| Gets the Document Factory - creates it if needed | |
| TemplateFactory | TemplateFactory [get] |
| Gets the Template Factory - creates it if needed | |
| ImageFactory | ImageFactory [get] |
| Gets the Image Factory - creates it if needed | |
| AddressBookFactory | AddressBooks [get] |
| Gets the address book factory - creates it if needed | |
| ContactFactory | Contacts [get] |
| Gets the contact factory - creates it if needed | |
| CampaignFactory | Campaigns [get] |
| Gets the campaign factory - creates it if needed | |
| SerialisationFactory | Serialisation [get] |
| Gets the Serialisation Factory - creates it if needed | |
| DocumentFactory | Documents [get] |
| Gets the Document Factory - creates it if needed | |
| TemplateFactory | Templates [get] |
| Gets the Template Factory - creates it if needed | |
| ImageFactory | Images [get] |
| Gets the Image Factory - creates it if needed | |
Detailed Description
dotMailer Management Service .
Provides access to contacts, campaigns and address books. Provides ability to import contacts to address books, and send campaigns to contacts and address books.
Member Function Documentation
| DateTime dotMailer.Sdk.DmService.ConvertToServerApiTime | ( | DateTime | value | ) |
Coverts a local time to server time
- Parameters
-
value DateTime to convert
- Returns
- DateTime of the input time as on the server
| void dotMailer.Sdk.DmService.Dispose | ( | ) |
Dispose webservice client
| DmAccountInfo dotMailer.Sdk.DmService.GetAccountInfo | ( | ) |
Gets a list of properties for the current dotMailer account
- Returns
- DmAccountInfo
| DmCustomFromAddressCollection dotMailer.Sdk.DmService.GetCustomFromAddressList | ( | ) |
Returns a collection of available custom from addresses
- Returns
| DateTime dotMailer.Sdk.DmService.GetServerUtcTime | ( | ) |
| bool dotMailer.Sdk.DmService.IsMinDotMailerDate | ( | DateTime | value | ) |
Checks specified date is the minimum date on the server
- Parameters
-
value DateTime value to check
- Returns
- true if date is minimum value
| DateTime dotMailer.Sdk.DmService.MinDotMailerDate | ( | ) |
Returns the minimum time on the dotMailer server
- Returns
| bool dotMailer.Sdk.DmService.SendSingleSmsMessage | ( | string | mobileNumber, |
| string | message | ||
| ) |
Sends a SMS message to the specified number with the specified message
- Parameters
-
mobileNumber message
- Returns
Property Documentation
|
get |
Gets the account locale
|
get |
Gets the address book factory - creates it if needed
|
get |
Gets the address book factory - creates it if needed
|
get |
get the number of api calls used at creation of the library
|
get |
Gets the campaign factory - creates it if needed
|
get |
Gets the campaign factory - creates it if needed
|
get |
Gets the contact factory - creates it if needed
|
get |
Gets the contact factory - creates it if needed
|
get |
Gets the api count used, from the service provider
|
get |
Gets the Document Factory - creates it if needed
|
get |
Gets the Document Factory - creates it if needed
|
get |
Gets the Image Factory - creates it if needed
|
get |
Gets the Image Factory - creates it if needed
|
get |
Gets the Serialisation Factory - creates it if needed
|
get |
Gets the Serialisation Factory - creates it if needed
|
get |
returns the list of service calls made
|
get |
Gets the Template Factory - creates it if needed
|
get |
Gets the Template Factory - creates it if needed
Generated by
1.8.3
