MeetingRequest.Decline(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Declines the meeting invitation. Calling this method results in a call to Exchange Web Service (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
Parameters
- sendResponse
- Boolean
true to send a response to the organizer; otherwise, false.
Returns
A CalendarActionResults object.
Implements
Microsoft.Exchange.WebServices.Data.ICalendarActionProvider.Decline(System.Boolean)