AppointmentAcceptTentatively - метод

Tentatively accepts the meeting. 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<CalendarActionResults> AcceptTentatively(
	bool sendResponse
)

Параметры

sendResponse  Boolean
Indicates whether to send a response to the organizer.

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

TaskCalendarActionResults
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.

См. также