Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

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 constructor()



public constructor(bounces: Long, complaints: Long, deliveryAttempts: Long, rejects: Long, timestamp: String?)



Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]