PostItemForward(MessageBody, IEnumerableEmailAddress) - метод |
Forwards the post item. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task Forward(
MessageBody bodyPrefix,
IEnumerable<EmailAddress> toRecipients
)
Public Function Forward (
bodyPrefix As MessageBody,
toRecipients As IEnumerable(Of EmailAddress)
) As Task
public:
Task^ Forward(
MessageBody^ bodyPrefix,
IEnumerable<EmailAddress^>^ toRecipients
)
member Forward :
bodyPrefix : MessageBody *
toRecipients : IEnumerable<EmailAddress> -> Task
Параметры
- bodyPrefix
- Тип: Tessa.Exchange.WebServices.DataMessageBody
The prefix to prepend to the original body of the post item. - toRecipients
- Тип: System.Collections.GenericIEnumerableEmailAddress
The recipients to forward the post item to.
Возвращаемое значение
Тип:
TaskСм. также