GetMailboxInfoAsync
Contents
[
Hide
]
Pop3Client.GetMailboxInfoAsync method (1 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MailboxInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (2 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(IConnection connection, bool closeTransaction)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MailboxInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (3 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(bool closeTransaction)
Parameter | Type | Description |
---|---|---|
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MailboxInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (4 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync()
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MailboxInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (5 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(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
- class Pop3MailboxInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (6 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(IConnection connection, bool closeTransaction,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MailboxInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (7 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(bool closeTransaction, CancellationToken token)
Parameter | Type | Description |
---|---|---|
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3MailboxInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMailboxInfoAsync method (8 of 8)
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(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 Pop3MailboxInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email