AttendeeConflictDataArray

The AttendeeConflictDataArray element contains an array of conflict data for queried attendees identified in the GetUserAvailability operation.

<ArrayOfAttendeeConflictData>
   <UnknownAttendeeConflictData>...</UnknownAttendeeConflictData>
   <IndividualAttendeeConflictData>...</IndividualAttendeeConflictData>
   <TooBigGroupAttendeeConflictData>...</TooBigGroupAttendeeConflictData>
   <GroupAttendeeConflictData>...</GroupAttendeeConflictData>
</ArrayOfAttendeeConflictData>

ArrayOfAttendeeConflictData

Attributes and elements

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

Attributes

None.

Child elements

Element Description
UnknownAttendeeConflictData
Represents an unresolvable attendee or an attendee that is not a user, distribution list, or contact.
IndividualAttendeeConflictData
Contains a user's or contact's free/busy status for a time window that occurs at the same time as the suggested meeting time identified in the Suggestion element.
TooBigGroupAttendeeConflictData
Represents an attendee that resolved as a distribution list that was too large to expand.
GroupAttendeeConflictData
Contains aggregate conflict information about the number of users available, the number of users who have conflicts, and the number of users who do not have availability information in a distribution list for a suggested meeting time.

Parent elements

Element Description
Suggestion
Represents a single meeting time suggestion.
The following is the XPath expression to this element:
/GetUserAvailabilityResponse/SuggestionsResponse/SuggestionDayResultArray/SuggestionDayResult[i]/SuggestionArray/Suggestion[i]

Remarks

The position of each element in the AttendeeConflictDataArray corresponds to the position of the queried attendees in the MailboxDataArray element. Each queried attendee must correspond to one of the AttendeeConflictDataArray child elements. These elements represent a single conflict with the suggested meeting time identified in the Suggestion element.

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

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also