CalendarActionResults.MeetingRequest 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 meeting request that was moved to the Deleted Items folder as a result of an attendee accepting, tentatively accepting, or declining a meeting request. If the meeting request is accepted, tentatively accepted, or declined from the Deleted Items folder, it is permanently deleted and the MeetingRequest property is a null reference (Nothing in Visual Basic).
public:
property Microsoft::Exchange::WebServices::Data::MeetingRequest ^ MeetingRequest { Microsoft::Exchange::WebServices::Data::MeetingRequest ^ get(); };
public Microsoft.Exchange.WebServices.Data.MeetingRequest MeetingRequest { get; }
Public ReadOnly Property MeetingRequest As MeetingRequest
Property Value
A MeetingRequest object.