| SimpleImapQuerySeen Property |
Messages that have the \Seen flag set.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool Seen { get; set; }
Public Property Seen As Boolean
Get
Set
public:
property bool Seen {
bool get ();
void set (bool value);
}
member Seen : bool with get, set
Property Value
Type:
BooleanSee Also