EmailMessageReply - метод

Replies to the message. 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 message.
replyAll  Boolean
Indicates whether the reply should be sent to all of the original recipients of the message.

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

Task

См. также