Represents the user's current activity limits returned from a successful GetSendQuota request.

Namespace: Amazon.SimpleEmail.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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
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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithMax24HourSend(Double)
Sets the Max24HourSend property
WithMaxSendRate(Double)
Sets the MaxSendRate property
WithSentLast24Hours(Double)
Sets the SentLast24Hours property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleEmail.Model..::..GetSendQuotaResult

See Also