AttendeeType.ResponseType 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 ResponseType property gets the type of response received for a meeting. This property is read-only.
public:
property ExchangeWebServices::ResponseTypeType ResponseType { ExchangeWebServices::ResponseTypeType get(); void set(ExchangeWebServices::ResponseTypeType value); };
public ExchangeWebServices.ResponseTypeType ResponseType { get; set; }
Public Property ResponseType As ResponseTypeType
Property Value
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.