MeetingRequestMessageType.AppointmentReplyTime Property
The AppointmentReplyTime property gets or sets 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 MeetingRequestMessageType
Dim value As DateTime
value = instance.AppointmentReplyTime
instance.AppointmentReplyTime = value
public DateTime AppointmentReplyTime { get; set; }
Property Value
Type: System.DateTime
The AppointmentReplyTime property returns the date and time that an attendee replied to a meeting request.
See Also