IAsyncPop3Client.GetMailboxSizeAsync

IAsyncPop3Client.GetMailboxSizeAsync method

Gets the size of the mailbox

public Task<long> GetMailboxSizeAsync(IConnection connection = null, 
    CancellationToken token = default)
ParameterTypeDescription
connectionIConnectionConnection to a server
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

The mailbox size.

See Also