Pop3InboxSize Property
Gets the total size (in bytes) occupied by all the messages in the inbox.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public long InboxSize { get; }

Property Value

Type: Int64
The total size (in bytes) occupied by all the messages in the inbox, or 0 if not yet logged in the user account on the server.
See Also