Hunny Software Library Reference

StatusResponse.Unseen Property

Gets the number of messages in the mailbox that are "unseen".

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

Property Value

The number of messages in the mailbox that are "unseen".

Remarks

The value of this property is the number of messages in the mailbox that are "unseen". Unseen messages are those that have not yet been viewed in any client session.

See Also

StatusResponse Class | Hunny.Mail Namespace