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