ChangeHighlights

The ChangeHighlights element specifies what has changed between two versions of a meeting request message.

<ChangeHighlights>
    <HasLocationChanged></HasLocationChanged>
    <Location></Location>
    <HasStartTimeChanged></HasStartTimeChanged>
    <Start></Start>
    <HasEndTimeChanged></HasEndTimeChanged>
    <End></End>
</ChangeHighlights>

ChangeHighlightsType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
HasLocationChanged
Specifies whether the location property of a meeting has changed.
Location
Represents the location of a meeting or appointment.
HasStartTimeChanged
Specifies whether the start time for a meeting has changed.
Start
Represents the start of a duration.
HasEndTimeChanged
Specifies whether the end time for a meeting has changed.
End
Represents the end of a duration.

Parent elements

Element Description
MeetingRequest
Represents a meeting request in the Exchange store.

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

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

See also