| ImapGetQuotaRoot Method (String) |
Gets quotas for specified folder.
Not all servers support
Quota, you can check which extensions remote server supports using
SupportedExtensions method.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<Quota> GetQuotaRoot(
string folder
)
Public Function GetQuotaRoot (
folder As String
) As List(Of Quota)
public:
List<Quota^>^ GetQuotaRoot(
String^ folder
)
member GetQuotaRoot :
folder : string -> List<Quota>
Parameters
- folder
- Type: SystemString
Folder name.
Return Value
Type:
ListQuotaQuotas for specified folder.
See Also