IAsyncPop3Client.GetMailboxInfoAsync
IAsyncPop3Client.GetMailboxInfoAsync method
Gets the mailbox status info
public Task<Pop3MailboxInfo> GetMailboxInfoAsync(bool closeTransaction = false,
IConnection connection = null, CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | Boolean | Connection to a server |
closeTransaction | IConnection | Indicates if current transaction has to be closed, before the list is retrieved. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
The mailbox info.
See Also
- class Pop3MailboxInfo
- interface IConnection
- interface IAsyncPop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email