IsResponseRequested property

PropertyDefinition IsResponseRequested
getter/setter pair
Defines the IsResponseRequested property.

Implementation

static PropertyDefinition IsResponseRequested =
    new BoolPropertyDefinition.withFlagsAndNullable(
        XmlElementNames.IsResponseRequested,
        _EmailMessageSchemaFieldUris.IsResponseRequested,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanDelete,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1,
        true);