CalendarResponseMessageBase<TMessage>.SendAndSaveCopy(CancellationToken) - метод
Sends this response ans saves a copy in the Sent Items folder. 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> SendAndSaveCopy(
CancellationToken token = default
)
Public Function SendAndSaveCopy (
Optional token As CancellationToken = Nothing
) As Task(Of CalendarActionResults)
public:
Task<CalendarActionResults^>^ SendAndSaveCopy(
CancellationToken token = CancellationToken()
)
member SendAndSaveCopy :
?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.