MeetingRequestMessageType.MyResponseType Property

Definition

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.

public:
 property ExchangeWebServices::ResponseTypeType MyResponseType { ExchangeWebServices::ResponseTypeType get(); void set(ExchangeWebServices::ResponseTypeType value); };
public ExchangeWebServices.ResponseTypeType MyResponseType { get; set; }
Public Property MyResponseType As ResponseTypeType

Property Value

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.

Applies to