Gets stat information from server.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public AccountStats GetAccountStat()
Visual Basic
Public Function GetAccountStat As AccountStats
Visual C++
public:
AccountStats^ GetAccountStat()

Return Value

Account statistics.

Exceptions

ExceptionCondition
Lesnikowski.Client..::..ServerException Throws ServerException on -ERR response.

See Also