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
HasEndTimeChanged
Gets a value indicating whether the the end time has changed.
public bool HasEndTimeChanged { get; }
Property Value
HasLocationChanged
Gets a value indicating whether the location has changed.
public bool HasLocationChanged { get; }
Property Value
HasStartTimeChanged
Gets a value indicating whether the the start time has changed.
public bool HasStartTimeChanged { get; }
Property Value
Location
Gets the old location
public string Location { get; }
Property Value
Start
Gets the old start date and time of the meeting.
public DateTime Start { get; }