 | ImapGetQuota Method |
Gets quota with specified name.
Not all servers support
Quota, you can check which extensions remote server supports using
SupportedExtensions method.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Quota GetQuota(
string name
)
Public Function GetQuota (
name As String
) As Quota
public:
Quota^ GetQuota(
String^ name
)
member GetQuota :
name : string -> Quota Parameters
- name String
- Name of the quota.
Return Value
QuotaQuota with specified name.
See Also