Gets the total size (in bytes) occupied by all the messages in the inbox.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public long InboxSize { get; }
Public ReadOnly Property InboxSize As Long
Get
Property Value
Type:
Int64The 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