dotmailer SDK: dotMailer.Sdk.Sending.SendResult Class Reference
From dotmailer SDK
![]() |
dotmailer SDK
Tools to access and manage an account in the dotMailer system
|
dotMailer.Sdk.Sending.SendResult Class Reference
Class that represents the state of a send email operation More...
Public Member Functions | |
| SendResult () | |
| Constructor | |
Properties | |
| ImportGuid | SendGuid [get, set] |
| The guid for the send job | |
| int | ObjectSentId [get, set] |
| The id of the object that was sent (campaign or contact) | |
| IEnumerable< int > | ObjectIds [get, set] |
| Collection of Ids of objects that the send was sent to (address book or contact) | |
| EmailSendProgress | Status [get, set] |
| the status of the send | |
Detailed Description
Class that represents the state of a send email operation
Constructor & Destructor Documentation
| dotMailer.Sdk.Sending.SendResult.SendResult | ( | ) |
Constructor
Property Documentation
|
getset |
Collection of Ids of objects that the send was sent to (address book or contact)
|
getset |
The id of the object that was sent (campaign or contact)
|
getset |
The guid for the send job
|
getset |
the status of the send
Generated by
