Hunny Software Library Reference

BaseListResponse.Marked Property

Indicates if the \Marked flag is present in the response.

[Visual Basic]
Public ReadOnly Property Marked As Boolean
[C#]
public bool Marked {get;}

Property Value

True if the \Marked flag is present; otherwise, false.

Remarks

The \Marked flag indicates that the name was marked as "interesting" by the server. Typically, "interesting" means that the mailbox has new messages.

See Also

BaseListResponse Class | Hunny.Mail Namespace