Pop3Client.GetMailboxSizeAsync

GetMailboxSizeAsync(IConnection)

Gets the size of the mailbox

public Task<long> GetMailboxSizeAsync(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Task object, with delegate for this operation

See Also


GetMailboxSizeAsync()

Gets the size of the mailbox

public Task<long> GetMailboxSizeAsync()

Return Value

Task object, with delegate for this operation

See Also


GetMailboxSizeAsync(IConnection, CancellationToken)

Gets the size of the mailbox

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

Return Value

Task object, with delegate for this operation

See Also


GetMailboxSizeAsync(CancellationToken)

Gets the size of the mailbox

public Task<long> GetMailboxSizeAsync(CancellationToken token)
ParameterTypeDescription
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also