Для изменения размера нажмите или перетащите

CalendarResponseMessageBaseTMessageSendAndSaveCopy(FolderId, CancellationToken) - метод

Sends this response ans saves a copy in the specified folder. 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> SendAndSaveCopy(
	FolderId destinationFolderId,
	CancellationToken token = default
)

Параметры

destinationFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in which to save the copy of the message.
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskCalendarActionResults
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
См. также