AppointmentDelete(DeleteMode, SendCancellationsMode, CancellationToken) - метод

Deletes this appointment. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<ServiceResponse>> Delete(
	DeleteMode deleteMode,
	SendCancellationsMode sendCancellationsMode,
	CancellationToken token = default
)

Параметры

deleteMode  DeleteMode
The deletion mode.
sendCancellationsMode  SendCancellationsMode
Specifies if and how cancellations should be sent if this appointment is a meeting.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskServiceResponseCollectionServiceResponse

См. также