EwsPageView.CreateIndexed Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
CreateIndexed(Int32, Int32)
Creates an indexed page view definition object.
Declaration
public static EwsPageView CreateIndexed(int offset, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | offset | Zero-based offset of the page. |
| Int32 | count | Count of the items within the page. |
Returns
| Type | Description |
|---|---|
| EwsPageView | A page view definition object. |
CreateIndexed(Int32, Int32, EwsIndexOrigin)
Creates an indexed page view definition object.
Declaration
public static EwsPageView CreateIndexed(int offset, int count, EwsIndexOrigin basePoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | offset | Zero-based offset of the page. |
| Int32 | count | Count of the items within the page. |
| EwsIndexOrigin | basePoint | Base point for the offset. |
Returns
| Type | Description |
|---|---|
| EwsPageView | A page view definition object. |