dotmailer SDK: dotMailer.Sdk.Sending.SendResult Class Reference

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

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

EmailSendProgress dotMailer.Sdk.Sending.SendResult.Status
getset

the status of the send

Generated by   doxygen 1.8.3