AssociatedAppointmentId property

PropertyDefinition AssociatedAppointmentId
getter/setter pair
Field URIs for MeetingMessage. Defines the AssociatedAppointmentId property.

Implementation

/* private */

/// <summary>
/// Defines the AssociatedAppointmentId property.
/// </summary>
static PropertyDefinition AssociatedAppointmentId =
    new ComplexPropertyDefinition<ItemId>.withUri(
        XmlElementNames.AssociatedCalendarItemId,
        MeetingMessageSchemaFieldUris.AssociatedCalendarItemId,
        ExchangeVersion.Exchange2007_SP1, () {
  return new ItemId();
});