EwsItemListNextPageOffset Property |
Gets the offset that should be used with an
ItemView object to retrieve the next page of items.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int NextPageOffset { get; }
Public ReadOnly Property NextPageOffset As Integer
Get
Property Value
Type:
Int32An 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