CalendarActionResults.MeetingRequest Property

Definition

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.

Applies to