Click or drag to resize
MimeKit

SearchQueryNotRecent Field

Match messages that do not have the Recent flag set.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static readonly SearchQuery NotRecent

Field Value

SearchQuery
Remarks

Matches messages that do not have the Recent flag set.

Note  Note
This is equivalent to the OLD search key as defined in rfc3501.
See Also