Retrieve the size of the mailbox - the sum of lengths of all messages.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Function GetMailboxSize As Long
C#
public long GetMailboxSize()

Return Value

Mailbox size.

Remarks

Uses POP3 STAT command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also