HasAttachments property

PropertyDefinition HasAttachments
getter/setter pair
Defines the HasAttachments property.

Implementation

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