CalendarResponseMessageBase<TMessage>.Send - метод
Sends this response without saving a copy. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
public Task<CalendarActionResults> Send(
CancellationToken token = default
)
Public Function Send (
Optional token As CancellationToken = Nothing
) As Task(Of CalendarActionResults)
public:
Task<CalendarActionResults^>^ Send(
CancellationToken token = CancellationToken()
)
member Send :
?token : CancellationToken
-> Task<CalendarActionResults>
- token CancellationToken (Optional)
-
Task<CalendarActionResults>
A CalendarActionResults object containing the various items that were created or modified as a
results of this operation.