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

Namespace: Amazon.SimpleEmail.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleEmail.Model..::..SendDataPoint

See Also