MeetingRequestCreateAcceptMessage - метод |
Creates a local meeting acceptance message that can be customized and sent.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public AcceptMeetingInvitationMessage CreateAcceptMessage(
bool tentative
)
Public Function CreateAcceptMessage (
tentative As Boolean
) As AcceptMeetingInvitationMessage
public:
virtual AcceptMeetingInvitationMessage^ CreateAcceptMessage(
bool tentative
) sealed
abstract CreateAcceptMessage :
tentative : bool -> AcceptMeetingInvitationMessage
override CreateAcceptMessage :
tentative : bool -> AcceptMeetingInvitationMessage
Параметры
- tentative
- Тип: SystemBoolean
Specifies whether the meeting will be tentatively accepted.
Возвращаемое значение
Тип:
AcceptMeetingInvitationMessageAn AcceptMeetingInvitationMessage representing the meeting acceptance message.
См. также