Click or drag to resize
MimeKit

SearchResultsCount Property

Get or set the number of messages that matched the search query.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public int Count { get; set; }

Property Value

Int32
The count.
Remarks
Gets or sets the number of messages that matched the search query.
See Also