| Pop3GetAccountStatAsync Method |
Gets stat information from server.
Namespace:
Limilabs.Client.POP3
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task<AccountStats> GetAccountStatAsync()
Public Function GetAccountStatAsync As Task(Of AccountStats)
public:
Task<AccountStats^>^ GetAccountStatAsync()
member GetAccountStatAsync : unit -> Task<AccountStats>
Return Value
Type:
TaskAccountStatsAccount statistics.
Exceptions See Also