Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

SESSendDataPoint Type

The sending statistics for the current data point.

Remarks

The fields of this type detail the sending statistics for the current identity. Each data point contains statistics for a 15 minute period of sending activity.

Fields

Bounces
Long

The number of emails that bounced.

Complaints
Long

The number of emails that were rejected by the recipient.

DeliveryAttempts
Long

The number of emails that have been sent or are queued to be sent.

Rejects
Long

The number of emails rejected by Amazon SES.

Timestamp
String

The time of the data point. For instance "2012-09-18T13:00:01Z".

Constructors

[VB.NET]
Public SESSendDataPoint()

[C#]
public SESSendDataPoint();



[VB.NET]
Public SESSendDataPoint(ByVal Bounces As Long, ByVal Complaints As Long, ByVal DeliveryAttempts As Long, ByVal Rejects As Long, ByVal Timestamp As String)

[C#]
public SESSendDataPoint(long bounces, long complaints, long deliveryAttempts, long rejects, string timestamp);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0