Pop3Client.GetMailboxSizeAsync
Contents
[
Hide
]GetMailboxSizeAsync(IConnection)
Gets the size of the mailbox
public Task<long> GetMailboxSizeAsync(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMailboxSizeAsync()
Gets the size of the mailbox
public Task<long> GetMailboxSizeAsync()
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMailboxSizeAsync(IConnection, CancellationToken)
Gets the size of the mailbox
public Task<long> GetMailboxSizeAsync(IConnection connection, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
GetMailboxSizeAsync(CancellationToken)
Gets the size of the mailbox
public Task<long> GetMailboxSizeAsync(CancellationToken token)
Parameter | Type | Description |
---|---|---|
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email