EmailMessageCreateReply - метод
Creates a reply response to the message.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public ResponseMessage CreateReply(
bool replyAll
)
Public Function CreateReply (
replyAll As Boolean
) As ResponseMessage
public:
ResponseMessage^ CreateReply(
bool replyAll
)
member CreateReply :
replyAll : bool -> ResponseMessage
- replyAll Boolean
- Indicates whether the reply should go to all of the original recipients of the message.
ResponseMessageA ResponseMessage representing the reply response that can subsequently be modified and sent.