AmazonSESQuotaInfo Type

Holds the current send quota information.

Remarks

Holds the current send quota information.

Fields

MaxPer24Hours
String

The maximum number of emails that can be sent in a 24 hour period.

MaxPerSecond
String

The maximum number of emails that can be sent per second.

SentLast24Hours
String

The number of emails sent during the previous 24 hours.

Constructors

public AmazonSESQuotaInfo(string maxPerSecond, string maxPer24Hours, string sentLast24Hours);
Public AmazonSESQuotaInfo(ByVal MaxPerSecond As String, ByVal MaxPer24Hours As String, ByVal SentLast24Hours As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 8308]