FuelSDK-CSharp
Public Member Functions | List of all members
FuelSDK.ETSend Class Reference

ETSend - Used to send email and retrieve aggregate data based on a JobID. More...

Inheritance diagram for FuelSDK.ETSend:
FuelSDK.Send FuelSDK.APIObject FuelSDK.ET_Send

Public Member Functions

PostReturn Post ()
 Post this instance. More...
 
PatchReturn Patch ()
 Patch this instance. More...
 
DeleteReturn Delete ()
 Delete this instance. More...
 
GetReturn Get ()
 Get this instance. More...
 
GetReturn GetMoreResults ()
 Gets the more results. More...
 
InfoReturn Info ()
 Info of this instance. More...
 

Additional Inherited Members

- Properties inherited from FuelSDK.Send
Email Email [get, set]
 
List [] List [get, set]
 
System.DateTime SendDate [get, set]
 
bool SendDateSpecified [get, set]
 
string FromAddress [get, set]
 
string FromName [get, set]
 
int Duplicates [get, set]
 
bool DuplicatesSpecified [get, set]
 
int InvalidAddresses [get, set]
 
bool InvalidAddressesSpecified [get, set]
 
int ExistingUndeliverables [get, set]
 
bool ExistingUndeliverablesSpecified [get, set]
 
int ExistingUnsubscribes [get, set]
 
bool ExistingUnsubscribesSpecified [get, set]
 
int HardBounces [get, set]
 
bool HardBouncesSpecified [get, set]
 
int SoftBounces [get, set]
 
bool SoftBouncesSpecified [get, set]
 
int OtherBounces [get, set]
 
bool OtherBouncesSpecified [get, set]
 
int ForwardedEmails [get, set]
 
bool ForwardedEmailsSpecified [get, set]
 
int UniqueClicks [get, set]
 
bool UniqueClicksSpecified [get, set]
 
int UniqueOpens [get, set]
 
bool UniqueOpensSpecified [get, set]
 
System.Nullable< int > NumberSent [get, set]
 
bool NumberSentSpecified [get, set]
 
System.Nullable< int > NumberDelivered [get, set]
 
bool NumberDeliveredSpecified [get, set]
 
int Unsubscribes [get, set]
 
bool UnsubscribesSpecified [get, set]
 
int MissingAddresses [get, set]
 
bool MissingAddressesSpecified [get, set]
 
string Subject [get, set]
 
string PreviewURL [get, set]
 
Link [] Links [get, set]
 
TrackingEvent [] Events [get, set]
 
System.Nullable< System.DateTime > SentDate [get, set]
 
bool SentDateSpecified [get, set]
 
string EmailName [get, set]
 
string Status [get, set]
 
bool IsMultipart [get, set]
 
bool IsMultipartSpecified [get, set]
 
int SendLimit [get, set]
 
bool SendLimitSpecified [get, set]
 
System.DateTime SendWindowOpen [get, set]
 
bool SendWindowOpenSpecified [get, set]
 
System.DateTime SendWindowClose [get, set]
 
bool SendWindowCloseSpecified [get, set]
 
bool IsAlwaysOn [get, set]
 
bool IsAlwaysOnSpecified [get, set]
 
APIObject [] Sources [get, set]
 
int NumberTargeted [get, set]
 
bool NumberTargetedSpecified [get, set]
 
int NumberErrored [get, set]
 
bool NumberErroredSpecified [get, set]
 
int NumberExcluded [get, set]
 
bool NumberExcludedSpecified [get, set]
 
string Additional [get, set]
 
string BccEmail [get, set]
 
EmailSendDefinition EmailSendDefinition [get, set]
 
AudienceItem [] SuppressionLists [get, set]
 
- Properties inherited from FuelSDK.APIObject
ETClient AuthStub [get, set]
 Gets or sets the authentication stub. More...
 
string [] Props [get, set]
 Gets or sets the properties. More...
 
FilterPart SearchFilter [get, set]
 Gets or sets the search filter. More...
 
string LastRequestID [get, set]
 Gets or sets the last request identifier. More...
 
string DirectoryPath [get, set]
 Gets or sets the directory path. More...
 
string UniqueID [get]
 Gets the unique identifier. Returns the ID if the value is greater than 0. If not and Object ID is not null returns Object ID. If not and Customer Key is not null returns Customer Key. If not throw throws error. More...
 
ClientID Client [get, set]
 
string PartnerKey [get, set]
 
APIProperty [] PartnerProperties [get, set]
 
System.DateTime CreatedDate [get, set]
 
bool CreatedDateSpecified [get, set]
 
System.Nullable< System.DateTime > ModifiedDate [get, set]
 
bool ModifiedDateSpecified [get, set]
 
int ID [get, set]
 
bool IDSpecified [get, set]
 
string ObjectID [get, set]
 
string CustomerKey [get, set]
 
Owner Owner [get, set]
 
string CorrelationID [get, set]
 
string ObjectState [get, set]
 

Detailed Description

ETSend - Used to send email and retrieve aggregate data based on a JobID.

Member Function Documentation

◆ Delete()

DeleteReturn FuelSDK.ETSend.Delete ( )
inline

Delete this instance.

Returns
The T:FuelSDK.DeleteReturn object..

◆ Get()

GetReturn FuelSDK.ETSend.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETSend.GetMoreResults ( )
inline

Gets the more results.

Returns
The T:FuelSDK.GetReturn object..

◆ Info()

InfoReturn FuelSDK.ETSend.Info ( )
inline

Info of this instance.

Returns
The T:FuelSDK.InfoReturn object..

◆ Patch()

PatchReturn FuelSDK.ETSend.Patch ( )
inline

Patch this instance.

Returns
The T:FuelSDK.PatchReturn object..

◆ Post()

PostReturn FuelSDK.ETSend.Post ( )
inline

Post this instance.

Returns
The T:FuelSDK.PostReturn object.

The documentation for this class was generated from the following file: