Click or drag to resize
MimeKit

SearchQuerySeen Field

Match messages with the Seen flag set.

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

Field Value

SearchQuery
Remarks

Matches messages with the Seen flag set.

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