Appointment.Decline(Boolean) 方法

定义

拒绝会议邀请。 调用此方法会导致调用 Exchange Web Services (EWS) 。

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

参数

sendResponse
Boolean

如果响应要发送给组织者,则为 true;否则为 false

返回

一个 CalendarActionResults 对象,该对象包含由于此操作而创建或修改的各种项。

实现

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

适用于