ConflictingMeetings property

PropertyDefinition ConflictingMeetings
getter/setter pair
Defines the ConflictingMeetings property.

Implementation

static PropertyDefinition ConflictingMeetings =
    new ComplexPropertyDefinition<ItemCollection<Appointment>>.withUri(
        XmlElementNames.ConflictingMeetings,
        _AppointmentSchemaFieldUris.ConflictingMeetings,
        ExchangeVersion.Exchange2007_SP1, () {
  return new ItemCollection<Appointment>();
});