AppointmentCancelMeeting - метод |
Cancels the meeting and sends cancellation messages to all attendees. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<CalendarActionResults> CancelMeeting()
Public Function CancelMeeting As Task(Of CalendarActionResults)
public:
Task<CalendarActionResults^>^ CancelMeeting()
member CancelMeeting : unit -> Task<CalendarActionResults>
Возвращаемое значение
Тип:
TaskCalendarActionResults
A CalendarActionResults object containing the various items that were created or modified as a
results of this operation.
См. также