| FolderStatusThrottled Property |
Gets the value indicating that requests are being throttled.
In this case, your application should back off and perform fewer requests for that user.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool Throttled { get; }
Public ReadOnly Property Throttled As Boolean
Get
public:
property bool Throttled {
bool get ();
}
member Throttled : bool with get
Property Value
Type:
BooleanSee Also