Gets specified folder quota roots and their quota resource usage.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public IMAP_r[] GetFolderQuotaRoots( string folder )
Public Function GetFolderQuotaRoots ( folder As String ) As IMAP_r()
public: array<IMAP_r^>^ GetFolderQuotaRoots( String^ folder )
member GetFolderQuotaRoots : folder : string -> IMAP_r[]
Parameters
- folder (String)
- Folder name with path.
Return Value
Exceptions
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 folder 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