MyResponseType property

PropertyDefinition MyResponseType
getter/setter pair
Defines the MyResponseType property.

Implementation

static PropertyDefinition MyResponseType =
    new GenericPropertyDefinition<MeetingResponseType>.withUriAndFlags(
        XmlElementNames.MyResponseType,
        _AppointmentSchemaFieldUris.MyResponseType,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1);