Sensitivity property

PropertyDefinition Sensitivity
getter/setter pair
Defines the Sensitivity property.

Implementation

static PropertyDefinition Sensitivity =
    new GenericPropertyDefinition<enumerations.Sensitivity>.withUriAndFlags(
        XmlElementNames.Sensitivity,
        _ItemSchemaFieldUris.Sensitivity,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1);