 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool Throttled { get; }Public ReadOnly Property Throttled As Boolean
Get
public:
property bool Throttled {
bool get ();
}member Throttled : bool with get
Property Value
Boolean
See Also