Click or drag to resize
MimeKit

SearchQueryDeleted Field

Match messages with the Deleted flag set.

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

Field Value

SearchQuery
Remarks

Matches messages with the Deleted flag set.

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