FractionalPageFolderView

Topic Last Modified: 2006-06-14

The FractionalPageFolderView element describes where the paged view starts and the maximum number of folders returned in a FindFolder request.

Schema Hierarchy

FindFolder
  FractionalPageFolderView

Syntax

<FractionalPageFolderView MaxEntriesReturned="" Numerator="" Denominator=""/>

Type

FractionalPageViewType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description

MaxEntriesReturned

Identifies the maximum number of results to return in the FindFolder response. This attribute is optional.

Numerator

Represents the numerator of the fractional offset from the start of the result set. This attribute is required. The numerator must be equal to or less than the denominator. This attribute must represent an integral value that is equal to or greater than zero. For more information, see Remarks later in this topic.

Denominator

Represents the denominator of the fractional offset from the start of the total number of folders in the result set. This attribute is required. This attribute must represent an integral value that is greater than one. For more information, see Remarks later in this topic.

Child Elements

None.

Parent Elements

Element Description

FindFolder

Defines a request to identify folders in a mailbox.

The following is the XPath expression to this element:

/FindFolder

Remarks

The paged view offset from the start of the set of found folders is described by a fraction. The fraction, which is defined by the Numerator and Denominator attributes, describes where the page of information starts. For example, if Numerator equals four and Denominator equals five, the page of returned information starts at an entry located four-fifths of the way in to the result set.

If the fraction evaluates to zero, that indicates the start of the results set. If the fraction evaluates to one, that indicates the end of the result set.

Note

The fraction represents the start point of page, not how many results in the result set will be returned.

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/messages

Schema Name

Messages schema

Validation File

Messages.xsd

Can be Empty

False