EwsItemListMoreAvailable Property |
Gets a value that indicates whether more items that match the search criteria 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
Syntaxpublic bool MoreAvailable { get; }
Public ReadOnly Property MoreAvailable As Boolean
Get
Property Value
Type:
BooleanIf
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.
RemarksSee example in
Ews topic.
See Also