Gets the specified folder quota-root resource limit entries.
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use method 'GetQuota' instead.")] public IMAP_r_u_Quota[] GetFolderQuota( string quotaRootName )
<ObsoleteAttribute("Use method 'GetQuota' instead.")> Public Function GetFolderQuota ( quotaRootName As String ) As IMAP_r_u_Quota()
public: [ObsoleteAttribute(L"Use method 'GetQuota' instead.")] array<IMAP_r_u_Quota^>^ GetFolderQuota( String^ quotaRootName )
[<ObsoleteAttribute("Use method 'GetQuota' instead.")>] member GetFolderQuota : quotaRootName : string -> IMAP_r_u_Quota[]
- quotaRootName (String)
- Quota root name.
| Exception | Condition |
|---|---|
| ObjectDisposedException | Is raised when this object is disposed and and this method is accessed. |
| InvalidOperationException | Is raised when IMAP client is not in valid state. For example 'not connected'. |
| ArgumentNullException | Is raised when quotaRootName is null reference. |
| ArgumentException | Is raised when any of the arguments has invalid value. |
| IMAP_ClientException | Is raised when server refuses to complete this command and returns error. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119