| SearchResultsRelevancy Property |
Gets or sets the relevancy scores of the messages that matched the search query.
Namespace: MailKit.SearchAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public IList<byte> Relevancy { get; set; }
Property Value
IListByteThe relevancy scores.
Remarks
Gets or sets the relevancy scores of the messages that matched the search query.
See Also