GlobalHasAttachments property

PropertyDefinition GlobalHasAttachments
getter/setter pair
Defines the GlobalHasAttachments property.

Implementation

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