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