DateTimeSent property

PropertyDefinition DateTimeSent
getter/setter pair
Defines the InternetMessageHeaders property. Defines the DateTimeSent property.

Implementation

// static PropertyDefinition InternetMessageHeaders =
//            new ComplexPropertyDefinition<InternetMessageHeaderCollection>(
//                XmlElementNames.InternetMessageHeaders,
//                ItemSchemaFieldUris.InternetMessageHeaders,
//                ExchangeVersion.Exchange2007_SP1,
//                () { return new InternetMessageHeaderCollection(); });

/// <summary>
/// Defines the DateTimeSent property.
/// </summary>
static PropertyDefinition DateTimeSent = new DateTimePropertyDefinition.withUriAndFlags(
    XmlElementNames.DateTimeSent,
    _ItemSchemaFieldUris.DateTimeSent,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2007_SP1);