Appointment.AcceptTentatively(Boolean) Method

Definition

Tentatively accepts the meeting. Calling this method results in a call to Exchange Web Services (EWS).

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

Parameters

sendResponse
Boolean

true if a response is to be sent to the organizer; otherwise, false.

Returns

A CalendarActionResults object that contains the various items that were created or modified as a result of this operation.

Implements

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

Applies to