MeetingMessageType.ResponseType Property
The ResponseType property gets or sets the type of recipient response that is received for a meeting.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ResponseType As ResponseTypeType
Get
Set
'Usage
Dim instance As MeetingMessageType
Dim value As ResponseTypeType
value = instance.ResponseType
instance.ResponseType = value
public ResponseTypeType ResponseType { get; set; }
Property Value
Type: ExchangeWebServices.ResponseTypeType
The ResponseType property returns an instance of the ResponseTypeType class that represents the type of recipient response that is received for a meeting.
See Also