Appointment.CancelMeeting 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.
Overloads
CancelMeeting(String) |
Cancels the meeting and sends cancellation messages to all attendees with the associated text. Calling this method results in a call to Exchange Web Services (EWS). |
CancelMeeting() |
Cancels the meeting and sends cancellation messages to all attendees. Calling this method results in a call to Exchange Web Services (EWS). |
CancelMeeting(String)
Cancels the meeting and sends cancellation messages to all attendees with the associated text. Calling this method results in a call to Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::CalendarActionResults ^ CancelMeeting(System::String ^ cancellationMessageText);
public Microsoft.Exchange.WebServices.Data.CalendarActionResults CancelMeeting (string cancellationMessageText);
Public Function CancelMeeting (cancellationMessageText As String) As CalendarActionResults
Parameters
- cancellationMessageText
- String
Cancellation message text sent to all attendees.
Returns
A CalendarActionResults object that contains the various items that were created or modified as a result of this operation.
Applies to
CancelMeeting()
Cancels the meeting and sends cancellation messages to all attendees. Calling this method results in a call to Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::CalendarActionResults ^ CancelMeeting();
public Microsoft.Exchange.WebServices.Data.CalendarActionResults CancelMeeting ();
Public Function CancelMeeting () As CalendarActionResults
Returns
A CalendarActionResults object that contains the various items that were created or modified as a result of this operation.