| ImapGetQuotaRootAsync 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 Task<List<Quota>> GetQuotaRootAsync(
string folder
)
Public Function GetQuotaRootAsync (
folder As String
) As Task(Of List(Of Quota))
public:
Task<List<Quota^>^>^ GetQuotaRootAsync(
String^ folder
)
member GetQuotaRootAsync :
folder : string -> Task<List<Quota>>
Parameters
- folder
- Type: SystemString
Folder name.
Return Value
Type:
TaskListQuotaQuotas for specified folder.
See Also