CalendarActionResultsAppointment - свойство

Gets the meeting that was accepted, tentatively accepted or declined.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Appointment Appointment { get; }

Значение свойства

Appointment

Заметки

When a meeting is accepted or tentatively accepted via an Appointment object, EWS recreates the meeting, and Appointment represents that new version. When a meeting is accepted or tentatively accepted via a MeetingRequest object, EWS creates an associated meeting in the attendee's calendar and Appointment represents that meeting. When declining a meeting via an Appointment object, EWS moves the appointment to the attendee's Deleted Items folder and Appointment represents that moved copy. When declining a meeting via a MeetingRequest object, EWS creates an associated meeting in the attendee's Deleted Items folder, and Appointment represents that meeting. When a meeting is declined via either an Appointment or a MeetingRequest object from the Deleted Items folder, Appointment is null.

См. также