PostItemForward(MessageBody, IEnumerableEmailAddress) - метод

Forwards 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 Forward(
	MessageBody bodyPrefix,
	IEnumerable<EmailAddress> toRecipients
)

Параметры

bodyPrefix  MessageBody
The prefix to prepend to the original body of the post item.
toRecipients  IEnumerableEmailAddress
The recipients to forward the post item to.

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

Task

См. также