ImapGet |
public Task<Quota> GetQuotaAsync( string name, CancellationToken cancel = default )
Public Function GetQuotaAsync ( name As String, Optional cancel As CancellationToken = Nothing ) As Task(Of Quota)
public: Task<Quota^>^ GetQuotaAsync( String^ name, CancellationToken cancel = CancellationToken() )
member GetQuotaAsync : name : string * ?cancel : CancellationToken (* Defaults: let _cancel = defaultArg cancel new CancellationToken() *) -> Task<Quota>
.NET email, SMTP, POP3 and IMAP .NET component - Copyright (c) Limilabs