MeetingRequestMessageType.MyResponseType Property
The MyResponseType property gets or sets one of the valid ResponseTypeType enumeration values that represent the status of or response to the meeting that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MyResponseType As ResponseTypeType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As ResponseTypeType
value = instance.MyResponseType
instance.MyResponseType = value
public ResponseTypeType MyResponseType { get; set; }
Property Value
Type: ExchangeWebServices.ResponseTypeType
The MyResponseType property returns one of the valid ResponseTypeType enumeration values that represent the status of or response to the meeting that is associated with this instance of the MeetingRequestMessageType class.
See Also