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)

适用于