PostItemReply - метод

Replies to the post item. 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 Reply(
	MessageBody bodyPrefix,
	bool replyAll
)

Параметры

bodyPrefix  MessageBody
The prefix to prepend to the original body of the post item.
replyAll  Boolean
Indicates whether the reply should be sent to everyone involved in the thread.

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

Task

См. также