EwsItemListTotalCount Property |
Gets the total number of items that match the search criteria that are available in the searched folder.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int TotalCount { get; }
Public ReadOnly Property TotalCount As Integer
Get
Property Value
Type:
Int32An integer value that indicates the total number of items that match the search criteria, or zero if this value is not available.
See Also