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 _
) As EwsPageView
C#
public static EwsPageView CreateIndexed(
	int offset,
	int count
)

Parameters

offset
Type: System..::..Int32
Zero-based offset of the page.
count
Type: System..::..Int32
Count of the items within the page.

Return Value

A page view definition object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also