Click or drag to resize
MimeKit

SearchResultsRelevancy Property

Gets or sets the relevancy scores of the messages that matched the search query.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IList<byte> Relevancy { get; set; }

Property Value

IListByte
The relevancy scores.
Remarks
Gets or sets the relevancy scores of the messages that matched the search query.
See Also