AdjacentMeetings property

PropertyDefinition AdjacentMeetings
getter/setter pair
Defines the AdjacentMeetings property.

Implementation

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