Click or drag to resize
MimeKit

SearchResults Class

The results of a search.
Inheritance Hierarchy
SystemObject
  MailKit.SearchSearchResults

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class SearchResults

The SearchResults type exposes the following members.

Constructors
 NameDescription
Public methodSearchResults(SortOrder) Initializes a new instance of the SearchResults class.
Public methodSearchResults(UInt32, SortOrder) Initializes a new instance of the SearchResults class.
Top
Properties
 NameDescription
Public propertyCount Get or set the number of messages that matched the search query.
Public propertyMax Get or set the maximum unique identifier that matched the search query.
Public propertyMin Get or set the minimum unique identifier that matched the search query.
Public propertyModSeq Gets or sets the mod-sequence identifier of the messages that matched the search query.
Public propertyRelevancy Gets or sets the relevancy scores of the messages that matched the search query.
Public propertyUniqueIds Get or set the unique identifiers of the messages that matched the search query.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
The results of a search.
See Also