CalendarItemType.AppointmentReplyTime Property

Definition

The AppointmentReplyTime property gets or sets an instance of the DateTime structure that represents the date and time that an attendee replied to a meeting request.

public:
 property DateTime AppointmentReplyTime { DateTime get(); void set(DateTime value); };
public DateTime AppointmentReplyTime { get; set; }
Public Property AppointmentReplyTime As DateTime

Property Value

The AppointmentReplyTime property returns an instance of the DateTime structure that represents the date and time that an attendee replied to a meeting request.

Applies to