LumiSoft Net Help
GetFolderQuota Method (quotaRootName)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientGetFolderQuota(String)
Gets the specified folder quota-root resource limit entries.
Declaration Syntax
C#Visual BasicVisual 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[] 
Parameters
quotaRootName (String)
Quota root name.
Return Value
array<IMAP_r_u_Quota>[]()[][]
Returns quota-root resource limit entries.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when IMAP client is not in valid state. For example 'not connected'.
ArgumentNullExceptionIs raised when quotaRootName is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
IMAP_ClientExceptionIs raised when server refuses to complete this command and returns error.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119