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

Saves the response in the specified folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<TMessage> Save(
	FolderId destinationFolderId,
	CancellationToken token = default
)

Параметры

destinationFolderId  FolderId
The Id of the folder in which to save the response.
token  CancellationToken  (Optional)
 

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

TaskTMessage
A TMessage that represents the response.

См. также