AttendeeType.LastResponseTime Property
The LastResponseTime property gets or sets the date and time that the latest was response received.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property LastResponseTime As DateTime
Get
Set
'Usage
Dim instance As AttendeeType
Dim value As DateTime
value = instance.LastResponseTime
instance.LastResponseTime = value
public DateTime LastResponseTime { get; set; }
Property Value
Type: System.DateTime
The LastResponseTime property returns a date/time value that indicates the date and time that the latest was response received.
See Also