Click or drag to resize
MimeKit

SearchQueryFuzzy Method

Apply a fuzzy matching algorithm to the specified expression.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static UnarySearchQuery Fuzzy(
	SearchQuery expr
)

Parameters

expr  SearchQuery
The expression

Return Value

UnarySearchQuery
A UnarySearchQuery.
Exceptions
ExceptionCondition
ArgumentNullExceptionexpr is null.
Remarks

Applies a fuzzy matching algorithm to the specified expression.

Note  Note
This is equivalent to the OLDER search key as defined in rfc6203 and is therefor only available for use with IMAP servers that support the SEARCH=FUZZY extension.
See Also