Attendee.ResponseType Property

Definition

Gets the type of response that the attendee gave to the meeting invitation.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::MeetingResponseType> ResponseType { Nullable<Microsoft::Exchange::WebServices::Data::MeetingResponseType> get(); };
public Nullable<Microsoft.Exchange.WebServices.Data.MeetingResponseType> ResponseType { get; }
Public ReadOnly Property ResponseType As Nullable(Of MeetingResponseType)

Property Value

The type of response that the attendee gave to the meeting invitation.

Applies to