EnhancedLocation property

PropertyDefinition EnhancedLocation
getter/setter pair
Defines the IntendedFreeBusyStatus property. Defines the ChangeHighlights property. Enhanced Location property.

Implementation

// static PropertyDefinition IntendedFreeBusyStatus =
//            new GenericPropertyDefinition<LegacyFreeBusyStatus>(
//                XmlElementNames.IntendedFreeBusyStatus,
//                MeetingRequestSchemaFieldUris.IntendedFreeBusyStatus,
//                [PropertyDefinitionFlags.CanFind],
//                ExchangeVersion.Exchange2007_SP1);

/// <summary>
/// Defines the ChangeHighlights property.
/// </summary>
// static PropertyDefinition ChangeHighlights =
//            new ComplexPropertyDefinition<ChangeHighlights>.withUri(
//                XmlElementNames.ChangeHighlights,
//                MeetingRequestSchemaFieldUris.ChangeHighlights,
//                ExchangeVersion.Exchange2013,
//                () { return new ChangeHighlights(); });

/// <summary>
/// Enhanced Location property.
/// </summary>
static PropertyDefinition EnhancedLocation =
    AppointmentSchema.EnhancedLocation;