EwsItemListTotalCount Property
Gets the total number of items that match the search criteria that are available in the searched folder.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int TotalCount { get; }

Property Value

Type: Int32
An integer value that indicates the total number of items that match the search criteria, or zero if this value is not available.
See Also