Pop3.GetMailboxSize Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
GetMailboxSize()
Retrieve the size of the mailbox - the sum of lengths of all messages.
Declaration
public long GetMailboxSize()
Returns
Type | Description |
---|---|
Int64 | Mailbox size. |
Remarks
Uses POP3 STAT command.