| SearchResultsCount Property |
Get or set the number of messages that matched the search query.
Namespace: MailKit.SearchAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public int Count { get; set; }
Property Value
Int32The count.
Remarks
Gets or sets the number of messages that matched the search query.
See Also