ImapMessageInfo.IsRecent Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
IsRecent
Returns true if the ImapMessageFlags property contains the Recent flag.
This flag is set if the message has arrived during the current session and it is the first active session to see the message.
Declaration
public bool IsRecent { get; }
Property Value
Type | Description |
---|---|
Boolean | True if recent. |
Remarks
Subsequent sessions won't see the flag (unless the folder was selected as read-only during the first session). This flag cannot be altered by the client.