AttendeeType.ResponseType Property

Definition

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.

Applies to