AppointmentCreateReply - метод
Creates a reply response to the organizer and/or attendees of the meeting.
Пространство имён: 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 the organizer only or to all the attendees.
ResponseMessageA ResponseMessage representing the reply response that can subsequently be modified and sent.