AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.SendDataPoint

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.SimpleEmail.dll
Version: 3.x.y.z

Syntax

C#
public class SendDataPoint

The SendDataPoint type exposes the following members

Constructors

NameDescription
Public Method SendDataPoint()

Properties

NameTypeDescription
Public Property Bounces System.Int64

Gets and sets the property Bounces.

Number of emails that have bounced.

Public Property Complaints System.Int64

Gets and sets the property Complaints.

Number of unwanted emails that were rejected by recipients.

Public Property DeliveryAttempts System.Int64

Gets and sets the property DeliveryAttempts.

Number of emails that have been sent.

Public Property Rejects System.Int64

Gets and sets the property Rejects.

Number of emails rejected by Amazon SES.

Public Property Timestamp System.DateTime

Gets and sets the property Timestamp.

Time of the data point.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5