ResolutionSet
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The ResolutionSet element contains an array of resolutions for an ambiguous name.
ResolveNamesResponse
  ResponseMessages
    ResolveNamesResponseMessage
      ResolutionSet
<ResolutionSet IndexedPagingOffset="" NumeratorOffset="" AbsoluteDenominator="" IncludesLastItemInRange="" TotalItemsInView="">
   <Resolution/>
</ResolutionSet>
ArrayOfResolutionType
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 you are using an indexed page view. | 
| NumeratorOffset | Represents the new numerator value to use for the next request when you are using fraction page views. | 
| AbsoluteDenominator | Represents the next denominator to use for the next request when you are using fraction page views. | 
| IncludesLastItemInRange | This attribute will be true if the current results contain the last item in the query, so that additional paging is not needed. | 
| TotalItemsInView | Represents the total number of items in the view. | 
Child Elements
| Element | Description | 
|---|---|
| Contains a single resolved entity. | 
Parent Elements
| Element | Description | 
|---|---|
| Contains the status and result of a ResolveNames request. | 
Remarks
A ResolutionSet element can contain a maximum of 100 resolved entities.
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 | 
See Also