Pop3Client.GetMailboxSize

GetMailboxSize(IConnection)

Gets the size of the mailbox

public long GetMailboxSize(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

size of the mailbox in bytes

See Also


GetMailboxSize()

Gets the size of the mailbox

public long GetMailboxSize()

Return Value

size of the mailbox in bytes

See Also