RootFolder (FindItemResponseMessage)

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

<RootFolder IndexedPagingOffset="" NumeratorOffset="" AbsoluteDenominator="" IncludesLastItemInRange="" TotalItemsInView="">
   <Items/>
   <Groups/>
</RootFolder>

FindItemParentType

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 fraction 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 item in the query, such that further paging is not needed.
TotalItemsInView
Represents the total number of items that pass the restriction. In a grouped FindItem operation, the TotalItemsInView attribute returns the total number of items in the view plus the total number of groups.

Child elements

Element Description
Items
Contains an array of items found that have the search criteria identified in the FindItem operation request.
Groups
Contains a collection of groups found that have the search and aggregation criteria identified in the FindItem operation request.

Parent elements

Element Description
FindItemResponseMessage
Contains the status and result of a FindItem operation request.

Remarks

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

Element information

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

See also

FindItem operation

IndexedPagingOffset

NumeratorOffset

AbsoluteDenominator

IncludesLastItemInRange

TotalItemsInView

Finding Items