GlobalLastDeliveryTime property

PropertyDefinition GlobalLastDeliveryTime
getter/setter pair
Defines the GlobalLastDeliveryTime property.

Implementation

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