CalendarActionResults.MeetingResponse 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.
Gets the copy of the response that is sent to the organizer of a meeting when the meeting is accepted, tentatively accepted, or declined by an attendee. The MeetingResponse property is a null reference (Nothing in Visual Basic) if the attendee chose not to send a response.
public:
property Microsoft::Exchange::WebServices::Data::MeetingResponse ^ MeetingResponse { Microsoft::Exchange::WebServices::Data::MeetingResponse ^ get(); };
public Microsoft.Exchange.WebServices.Data.MeetingResponse MeetingResponse { get; }
Public ReadOnly Property MeetingResponse As MeetingResponse
Property Value
A MeetingResponse object.