CalendarResponseMessageBaseTMessageSave(WellKnownFolderName, CancellationToken) - метод
Saves the response in the specified folder. 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> Save(
WellKnownFolderName destinationFolderName,
CancellationToken token = default
)
Public Function Save (
destinationFolderName As WellKnownFolderName,
Optional token As CancellationToken = Nothing
) As Task(Of CalendarActionResults)
public:
Task<CalendarActionResults^>^ Save(
WellKnownFolderName destinationFolderName,
CancellationToken token = CancellationToken()
)
member Save :
destinationFolderName : WellKnownFolderName *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<CalendarActionResults>
- destinationFolderName WellKnownFolderName
- The name of the folder in which to save the response.
- token CancellationToken (Optional)
-
TaskCalendarActionResults
A CalendarActionResults object containing the various items that were created or modified as a
results of this operation.