IAsyncPop3Client.GetMailboxInfoAsync

IAsyncPop3Client.GetMailboxInfoAsync method

Gets the mailbox status info

public Task<Pop3MailboxInfo> GetMailboxInfoAsync(bool closeTransaction = false, 
    IConnection connection = null, CancellationToken token = default)
ParameterTypeDescription
connectionBooleanConnection to a server
closeTransactionIConnectionIndicates if current transaction has to be closed, before the list is retrieved.
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

The mailbox info.

See Also