ImapMessageInfo.IsSeen Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
IsSeen
Returns true if the Flags property contains the Seen flag. This flag is set if the message has been read.
Declaration
public bool IsSeen { get; }
Property Value
Type | Description |
---|---|
Boolean | True if seen (read). |