Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 2.26 KB

File metadata and controls

77 lines (54 loc) · 2.26 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority ms.assetid description
ChangeHighlights
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
f9bd7323-44db-4d2f-aaaa-94c2dfdeead6
The ChangeHighlights element specifies what has changed between two versions of a meeting request message.

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