Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SendDataPoint
Public Class SendDataPoint
public ref class SendDataPoint
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SendDataPoint()()()() | Initializes a new instance of the SendDataPoint class | |
| Bounces |
Number of emails that have bounced.
| |
| Complaints |
Number of unwanted emails that were rejected by recipients.
| |
| DeliveryAttempts |
Number of emails that have been enqueued for sending.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Rejects |
Number of emails rejected by Amazon SES.
| |
| Timestamp |
Time of the data point.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithBounces(Int64) |
Sets the Bounces property
| |
| WithComplaints(Int64) |
Sets the Complaints property
| |
| WithDeliveryAttempts(Int64) |
Sets the DeliveryAttempts property
| |
| WithRejects(Int64) |
Sets the Rejects property
| |
| WithTimestamp(DateTime) |
Sets the Timestamp property
|