MeetingRequestDecline - метод |
Declines the meeting invitation. 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> Decline(
bool sendResponse
)
Public Function Decline (
sendResponse As Boolean
) As Task(Of CalendarActionResults)
public:
virtual Task<CalendarActionResults^>^ Decline(
bool sendResponse
) sealed
abstract Decline :
sendResponse : bool -> Task<CalendarActionResults>
override Decline :
sendResponse : bool -> Task<CalendarActionResults>
Параметры
- sendResponse
- Тип: SystemBoolean
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.
См. также