AppointmentReplyTime property

PropertyDefinition AppointmentReplyTime
getter/setter pair
Defines the AppointmentReplyTime property.

Implementation

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