MeetingRequestAccept - метод
Accepts the meeting. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<CalendarActionResults> Accept(
bool sendResponse
)
Public Function Accept (
sendResponse As Boolean
) As Task(Of CalendarActionResults)
public:
virtual Task<CalendarActionResults^>^ Accept(
bool sendResponse
) sealed
abstract Accept :
sendResponse : bool -> Task<CalendarActionResults>
override Accept :
sendResponse : bool -> Task<CalendarActionResults>
- 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.