EwsItemListNextPageOffset Property
Gets the offset that should be used with an ItemView object to retrieve the next page of items.

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

Property Value

Type: Int32
An integer to be used as offset for the next operation to download the next page of items, or -1 if this value is not available.
Remarks
See example in Ews topic.
See Also