Gets total count of items requested operation would return without paging.
- For item listing - total count of items in the folder.
- For search result - total count of items found.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Property ItemsTotal As Integer Get Friend Set |
| C# |
|---|
public int ItemsTotal { get; internal set; } |