IAsyncPop3Client.GetMailboxSizeAsync
IAsyncPop3Client.GetMailboxSizeAsync method
Gets the size of the mailbox
public Task<long> GetMailboxSizeAsync(IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
The mailbox size.
See Also
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email