Documentation

IndexedPageViewType extends BasePagingType
in package

Describes how paged conversation or item information is returned for a FindItem operation or FindConversation operation request.

Table of Contents

Properties

$BasePoint  : string
Describes whether the page of items or conversations will start from the beginning or the end of the set of items or conversations that are found by using the search criteria.
$MaxEntriesReturned  : int
Describes the maximum number of items or conversations to return in the response.
$Offset  : int
Describes the offset from the BasePoint.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$BasePoint

Describes whether the page of items or conversations will start from the beginning or the end of the set of items or conversations that are found by using the search criteria.

public string $BasePoint

Seeking from the end always searches backward.

This attribute is required.

Tags
since

Exchange 2007

see
IndexBasePointType

$MaxEntriesReturned

Describes the maximum number of items or conversations to return in the response.

public int $MaxEntriesReturned
Tags
since

Exchange 2007

$Offset

Describes the offset from the BasePoint.

public int $Offset

If BasePoint is equal to Beginning, the offset is positive. If BasePoint is equal to End, the offset is handled as if it were negative. This identifies which item or conversation will be the first to be delivered in the response.

This attribute is required.

Tags
since

Exchange 2007

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results