GetMailboxSizeAsync
Contents
[
Hide
]
Pop3Client.GetMailboxSizeAsync method (1 of 4)
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
Pop3Client.GetMailboxSizeAsync method (2 of 4)
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
Pop3Client.GetMailboxSizeAsync method (3 of 4)
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
Pop3Client.GetMailboxSizeAsync method (4 of 4)
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