MeetingRequestMessageType.MyResponseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.