Creates an indexed page view definition object.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
Public Shared Function CreateIndexed ( _ offset As Integer, _ count As Integer, _ basePoint As EwsIndexOrigin _ ) As EwsPageView  | 
| C# | 
|---|
public static EwsPageView CreateIndexed( int offset, int count, EwsIndexOrigin basePoint )  | 
Parameters
- offset
 - Type: System..::..Int32
Zero-based offset of the page. 
- count
 - Type: System..::..Int32
Count of the items within the page. 
- basePoint
 - Type: Rebex.Net..::..EwsIndexOrigin
Base point for the offset.