AppointmentReplyTime property

DateTime? AppointmentReplyTime
Gets the time when the attendee replied to the meeting request.

Implementation

DateTime? get AppointmentReplyTime =>
    this.PropertyBag[AppointmentSchema.AppointmentReplyTime] as DateTime?;