PostedTime property

PropertyDefinition PostedTime
getter/setter pair
Defines the PostedTime property.

Implementation

static PropertyDefinition PostedTime =
    new DateTimePropertyDefinition.withUriAndFlags(
        XmlElementNames.PostedTime,
        _PostItemSchemaFieldUris.PostedTime,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);