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.3.0
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.

Caution note  Caution
This feature is not supported by all IMAP servers.
See Also