4AspNet POP3 .NET Component

POP3.InboxSize Property

The size of the Inbox in bytes.

[Visual Basic]
Public ReadOnly Property InboxSize As Long
[C#]
public long InboxSize {get;}

Property Value

InboxSize returns number of emails for the email account.

Remarks

Call QueryServer method before using this property

See Also

POP3 Class | ForAspNet.POP3 Namespace