LumiSoft Net Help
GetQuota Method (quotaRootName)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientGetQuota(String)
Gets the specified folder quota-root resource limit entries.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_r_u_Quota[] GetQuota(
	string quotaRootName
)
Public Function GetQuota ( 
	quotaRootName As String
) As IMAP_r_u_Quota()
public:
array<IMAP_r_u_Quota^>^ GetQuota(
	String^ quotaRootName
)
member GetQuota : 
        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