MeetingRequest.Accept(Boolean) Method

Definition

Accepts the meeting. Calling this method results in a call to Exchange Web Service (EWS).

public:
 virtual Microsoft::Exchange::WebServices::Data::CalendarActionResults ^ Accept(bool sendResponse);
public Microsoft.Exchange.WebServices.Data.CalendarActionResults Accept (bool sendResponse);
Public Function Accept (sendResponse As Boolean) As CalendarActionResults

Parameters

sendResponse
Boolean

true to send a response to the organizer; otherwise, false.

Returns

A CalendarActionResults object.

Implements

Microsoft.Exchange.WebServices.Data.ICalendarActionProvider.Accept(System.Boolean)

Applies to