Represents sending statistics data. Each
CopyC#
contains statistics for a 15-minute period of sending activity.

SendDataPoint

C# |
public class SendDataPoint

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SendDataPoint()()()() | Initializes a new instance of the SendDataPoint class |
![]() | Bounces |
Gets and sets the property Bounces.
Number of emails that have bounced. |
![]() | Complaints |
Gets and sets the property Complaints.
Number of unwanted emails that were rejected by recipients. |
![]() | DeliveryAttempts |
Gets and sets the property 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 |
Gets and sets the property Rejects.
Number of emails rejected by Amazon SES. |
![]() | Timestamp |
Gets and sets the property Timestamp.
Time of the data point. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithBounces(Int64) | Obsolete.
Sets the Bounces property
|
![]() | WithComplaints(Int64) | Obsolete.
Sets the Complaints property
|
![]() | WithDeliveryAttempts(Int64) | Obsolete.
Sets the DeliveryAttempts property
|
![]() | WithRejects(Int64) | Obsolete.
Sets the Rejects property
|
![]() | WithTimestamp(DateTime) | Obsolete.
Sets the Timestamp property
|

Object | |
![]() | SendDataPoint |