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.0.0
Syntax
C#
public class SearchResults
Request Example

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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
The results of a search.
See Also