EmailMessageCreateReply - метод |
Creates a reply response to the message.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ResponseMessage CreateReply(
bool replyAll
)
Public Function CreateReply (
replyAll As Boolean
) As ResponseMessage
public:
ResponseMessage^ CreateReply(
bool replyAll
)
member CreateReply :
replyAll : bool -> ResponseMessage
Параметры
- replyAll
- Тип: SystemBoolean
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.
См. также