4AspNet POP3 .NET Component

POP3.TotalMailCount Property

Number of emails for the email account.

[Visual Basic]
Public ReadOnly Property TotalMailCount As Integer
[C#]
public int TotalMailCount {get;}

Property Value

TotalMailCount returns number of emails for the email account.

Remarks

Call QueryServer method before using this property

See Also

POP3 Class | ForAspNet.POP3 Namespace