Click or drag to resize
MimeKit

SearchQuery Fields

The SearchQuery type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAll Match all messages in the folder.
Public fieldStatic memberAnswered Match messages with the Answered flag set.
Public fieldStatic memberDeleted Match messages with the Deleted flag set.
Public fieldStatic memberDraft Match messages with the Draft flag set.
Public fieldStatic memberFlagged Match messages with the Flagged flag set.
Public fieldStatic memberNew Match messages with the Recent flag set but not the Seen.
Public fieldStatic memberNotAnswered Match messages that do not have the Answered flag set.
Public fieldStatic memberNotDeleted Match messages that do not have the Deleted flag set.
Public fieldStatic memberNotDraft Match messages that do not have the Draft flag set.
Public fieldStatic memberNotFlagged Match messages that do not have the Flagged flag set.
Public fieldStatic memberNotRecent Match messages that do not have the Recent flag set.
Public fieldStatic memberNotSeen Match messages that do not have the Seen flag set.
Public fieldStatic memberOld Match messages that do not have the Recent flag set.
Public fieldStatic memberRecent Match messages with the Recent flag set.
Public fieldStatic memberSaveDateSupported Match all messages in the mailbox when the underlying storage of that mailbox supports the save date attribute.
Public fieldStatic memberSeen Match messages with the Seen flag set.
Top
See Also