CalendarItemType.AppointmentReplyTime Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AppointmentReplyTime As DateTime
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As DateTime
value = instance.AppointmentReplyTime
instance.AppointmentReplyTime = value
public DateTime AppointmentReplyTime { get; set; }
Property Value
Type: System.DateTime
The AppointmentReplyTime property returns an instance of the DateTime structure that represents the date and time that an attendee replied to a meeting request.
See Also