Click or drag to resize
MimeKit

SearchQueryAll Field

Match all messages in the folder.

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

Field Value

SearchQuery
Remarks

Matches all messages in the folder.

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