IsResponseRequested property

PropertyDefinition IsResponseRequested
getter/setter pair
Defines the IsResponseRequested property.

Implementation

static PropertyDefinition IsResponseRequested =
    new BoolPropertyDefinition.withUriAndFlags(
        XmlElementNames.IsResponseRequested,
        _AppointmentSchemaFieldUris.IsResponseRequested,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1);