Class that represents the state of a send email operation
More...
|
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
|
|
Class that represents the state of a send email operation
dotMailer.Sdk.Sending.SendResult.SendResult |
( |
| ) |
|
IEnumerable<int> dotMailer.Sdk.Sending.SendResult.ObjectIds |
|
getset |
Collection of Ids of objects that the send was sent to (address book or contact)
int dotMailer.Sdk.Sending.SendResult.ObjectSentId |
|
getset |
The id of the object that was sent (campaign or contact)
ImportGuid dotMailer.Sdk.Sending.SendResult.SendGuid |
|
getset |
The guid for the send job