IsUnmodified property

PropertyDefinition IsUnmodified
getter/setter pair
Defines the IsUnmodified property.

Implementation

static PropertyDefinition IsUnmodified = new BoolPropertyDefinition.withUriAndFlags(
    XmlElementNames.IsUnmodified,
    _ItemSchemaFieldUris.IsUnmodified,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2007_SP1);