Represents the user's current activity limits returned from a successful         
               CopyC#            request.
CopyC#            request.
            
 CopyC#
CopyC#GetSendQuota
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetSendQuotaResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 | 
            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
 Inheritance Hierarchy| Object | |
|  | GetSendQuotaResult |