EmailMessageForward(MessageBody, EmailAddress) - метод
Forwards the message. 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,
params EmailAddress[] toRecipients
)
Public Function Forward (
bodyPrefix As MessageBody,
ParamArray toRecipients As EmailAddress()
) As Task
public:
Task^ Forward(
MessageBody^ bodyPrefix,
... array<EmailAddress^>^ toRecipients
)
member Forward :
bodyPrefix : MessageBody *
toRecipients : EmailAddress[] -> Task
- bodyPrefix MessageBody
- The prefix to prepend to the original body of the message.
- toRecipients EmailAddress
- The recipients to forward the message to.
Task