PostReplySave(WellKnownFolderName, CancellationToken) - метод

Saves the post reply in a 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<PostItem> Save(
	WellKnownFolderName destinationFolderName,
	CancellationToken token = default
)

Параметры

destinationFolderName  WellKnownFolderName
The name of the folder in which to save the post reply.
token  CancellationToken  (Optional)
 

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

TaskPostItem
A PostItem representing the posted reply.

См. также