MeetingResponse property

MeetingResponse? MeetingResponse
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. MeetingResponse is null if the attendee chose not to send a response.

Implementation

serviceObjects.MeetingResponse? get MeetingResponse => this.meetingResponse;