LastDeliveryTime property

PropertyDefinition LastDeliveryTime
getter/setter pair
Defines the LastDeliveryTime property.

Implementation

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