RootFolder (FindFolderResponseMessage)

The RootFolder element contains the results of a search of a single root folder during a FindFolder operation.

<RootFolder IndexedPagingOffset="" NumeratorOffset="" AbsoluteDenominator="" IncludesLastItemInRange="" TotalItemsInView="">
   <Folders/>
</RootFolder>

FindFolderParentType

Attributes and elements

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

Attributes

Attribute Description
IndexedPagingOffset
Represents the next index that should be used for the next request when using an indexed paging view.
NumeratorOffset
Represents the new numerator value to use for the next request when using fractional page views.
AbsoluteDenominator
Represents the next denominator to use for the next request when doing fractional paging.
IncludesLastItemInRange
Indicates whether the current results contain the last folder in the query, such that further paging is not needed.
TotalItemsInView
Represents the total number of folders that pass the restriction.

Child elements

Element Description
Folders
Contains an array of folders found by using the FindFolder operation.

Parent elements

Element Description
FindFolderResponseMessage
Contains the status and result of a FindFolder operation request.

Remarks

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

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema name
Messages schema
Validation file
Messages.xsd
Can be empty
False

See also

FindFolder operation

Finding Folders