Represents the user's current activity limits returned from a successful GetSendQuota request.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetSendQuotaResult
Public Class GetSendQuotaResult
public ref class GetSendQuotaResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetSendQuotaResult()()()() | Initializes a new instance of the GetSendQuotaResult class | |
| 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.) | |
| Max24HourSend |
The maximum number of emails the user is allowed to send in a 24-hour interval.
| |
| MaxSendRate |
The maximum number of emails the user is allowed to send per second.
| |
| SentLast24Hours |
The number of emails sent during the previous 24 hours.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithMax24HourSend(Double) |
Sets the Max24HourSend property
| |
| WithMaxSendRate(Double) |
Sets the MaxSendRate property
| |
| WithSentLast24Hours(Double) |
Sets the SentLast24Hours property
|