HasAttachments property

PropertyDefinition HasAttachments
getter/setter pair
Defines the HasAttachments property.

Implementation

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