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.6.0.22
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 MessageBody
- The prefix to prepend to the original body of the post item.
- toRecipients IEnumerableEmailAddress
- The recipients to forward the post item to.
Task