AmazonSESSendDataPoint 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

public AmazonSESSendDataPoint(long bounces, long complaints, long deliveryAttempts, long rejects, string timestamp);
Public AmazonSESSendDataPoint(ByVal Bounces As Long, ByVal Complaints As Long, ByVal DeliveryAttempts As Long, ByVal Rejects As Long, ByVal Timestamp As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 8308]