AttendeeType.ResponseType Property
The ResponseType property gets the type of response received for a meeting. This property is read-only.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ResponseType As ResponseTypeType
Get
Set
'Usage
Dim instance As AttendeeType
Dim value As ResponseTypeType
value = instance.ResponseType
instance.ResponseType = value
public ResponseTypeType ResponseType { get; set; }
Property Value
Type: ExchangeWebServices.ResponseTypeType
The ResponseType property returns one of the ResponseTypeType enumeration values that indicate the type of response received for a meeting.
Remarks
The ResponseType property is only relevant to a meeting organizer's calendar item.
See Also