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.

An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.SendQuota

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

Syntax

C#
public class SendQuota

The SendQuota type exposes the following members

Constructors

NameDescription
Public Method SendQuota()

Properties

NameTypeDescription
Public Property Max24HourSend System.Double

Gets and sets the property Max24HourSend.

The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your sending quota.)

Public Property MaxSendRate System.Double

Gets and sets the property MaxSendRate.

The maximum number of emails that you can send per second in the current Amazon Web Services Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.

Public Property SentLast24Hours System.Double

Gets and sets the property SentLast24Hours.

The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.

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