Appointment.AcceptTentatively(Boolean) メソッド

定義

会議を仮承諾します。 このメソッドを呼び出すと、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

パラメーター

sendResponse
Boolean

応答 が開催者に送信される場合は true。それ以外の場合は false

戻り値

CalendarActionResultsこの操作の結果として作成または変更されたさまざまな項目を含むオブジェクト。

実装

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

適用対象