EwsItemListMoreAvailable Property
Gets a value that indicates whether more items that match the search criteria 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 bool MoreAvailable { get; }

Property Value

Type: Boolean
If true, more items are available and you can request the next page of items. If false, no more pages are available or this value itself is not available.
Remarks
See example in Ews topic.
See Also