Click or drag to resize
MimeKit

SearchOptions Enumeration

Advanced search options.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
[FlagsAttribute]
public enum SearchOptions
Members
Member nameValueDescription
None0 No options specified.
All1 Returns all of the matching unique identifiers.
Count2 Returns the number of messages that match the search query.
Min4 Returns the minimum unique identifier of the messages that match the search query.
Max8 Returns the maximum unique identifier of the messages that match the search query.
Relevancy16 Returns the relevancy scores of the messages that match the query. Can only be used when using FUZZY search.
Remarks
Advanced search options.
See Also