Click or drag to resize
MimeKit

SearchQueryFilter(String) Method

Match messages using a saved search filter.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static SearchQuery Filter(
	string name
)

Parameters

name  String
The name of the saved search.

Return Value

SearchQuery
A FilterSearchQuery.
Remarks

Matches messages using a saved search filter.

Note  Note
This is equivalent to the FILTER search key as defined in rfc5466 and is therefor only available for use with IMAP servers that support the FILTERS extension.
See Also