AWS SDK for .NET Documentation
GetSendQuotaResult Class
AmazonAmazon.SimpleEmail.ModelGetSendQuotaResult Did this page help you?   Yes   No    Tell us about it...
Represents the user's current activity limits returned from a successful
CopyC#
GetSendQuota
request.
Declaration Syntax
C#
public class GetSendQuotaResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetSendQuotaResult()()()()
Initializes a new instance of the GetSendQuotaResult class

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.)
Max24HourSend
Gets and sets the property Max24HourSend.

The maximum number of emails the user is allowed to send in a 24-hour interval.


MaxSendRate
Gets and sets the property MaxSendRate.

The maximum number of emails the user is allowed to send per second.


SentLast24Hours
Gets and sets the property SentLast24Hours.

The number of emails sent during the previous 24 hours.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMax24HourSend(Double) Obsolete.
Sets the Max24HourSend property

WithMaxSendRate(Double) Obsolete.
Sets the MaxSendRate property

WithSentLast24Hours(Double) Obsolete.
Sets the SentLast24Hours property

Inheritance Hierarchy
Object
GetSendQuotaResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)