ChangeHighlights Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information on changes to a meeting request. The ChangeHighlights class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class ChangeHighlights sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class ChangeHighlights : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class ChangeHighlights
Inherits ComplexProperty
- Inheritance
Properties
End |
Gets the old end date and time of the meeting. The End property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
HasEndTimeChanged |
Checks whether the end time of the meeting has changed. The HasEndTimeChanged property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
HasLocationChanged |
Checks whether the location for the meeting has changed. The HasLocationChanged property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
HasStartTimeChanged |
Checks whether the start time for the meeting has changed. The HasStartTimeChanged property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Location |
Gets the old location of the meeting. The Location property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Start |
Gets the old start date and time of the meeting. The Start property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |