IsResend property

PropertyDefinition IsResend
getter/setter pair
Defines the IsResend property.

Implementation

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