PostItemReply - метод
Replies to 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 Reply(
MessageBody bodyPrefix,
bool replyAll
)
Public Function Reply (
bodyPrefix As MessageBody,
replyAll As Boolean
) As Task
public:
Task^ Reply(
MessageBody^ bodyPrefix,
bool replyAll
)
member Reply :
bodyPrefix : MessageBody *
replyAll : bool -> Task
- bodyPrefix MessageBody
- The prefix to prepend to the original body of the post item.
- replyAll Boolean
- Indicates whether the reply should be sent to everyone involved in the thread.
Task