Search |
public static UnarySearchQuery Fuzzy( SearchQuery expr )
Exception | Condition |
---|---|
ArgumentNullException | expr is null. |
Applies a fuzzy matching algorithm to the specified expression.
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. |