EwsPageViewResult Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Provides values for paged results.
Syntax
public class EwsPageViewResult
Inherited Members
Properties
Name | Description |
---|---|
IsLastPage | Gets a value indicating whether this is the last page. |
ItemsTotal | Gets total count of items requested operation would return without paging.
|
NextDenominator | Gets a denominator of the next page for the fractional page view. Valid when Fractional page view was used. |
NextNumerator | Gets a numerator of the next page for the fractional page view. Valid when Fractional page view was used. |
NextOffset | Gets an offset of the next page for the indexed page view. Valid when Indexed page view was used. |