Table of Contents

Class ChangeHighlights

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Encapsulates information on the changehighlights of a meeting request.

public sealed class ChangeHighlights : ComplexProperty
Inheritance
ChangeHighlights
Inherited Members

Properties

End

Gets the old end date and time of the meeting.

public DateTime End { get; }

Property Value

DateTime

HasEndTimeChanged

Gets a value indicating whether the the end time has changed.

public bool HasEndTimeChanged { get; }

Property Value

bool

HasLocationChanged

Gets a value indicating whether the location has changed.

public bool HasLocationChanged { get; }

Property Value

bool

HasStartTimeChanged

Gets a value indicating whether the the start time has changed.

public bool HasStartTimeChanged { get; }

Property Value

bool

Location

Gets the old location

public string Location { get; }

Property Value

string

Start

Gets the old start date and time of the meeting.

public DateTime Start { get; }

Property Value

DateTime