MeetingRequest property

MeetingRequest? MeetingRequest
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 MeetingRequest is null.

Implementation

serviceObjects.MeetingRequest? get MeetingRequest => this.meetingRequest;