 | 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.17.0
Syntaxpublic 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