CalendarActionResultsAppointment - свойство
Gets the meeting that was accepted, tentatively accepted or declined.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Appointment Appointment { get; }
Public ReadOnly Property Appointment As Appointment
Get
public:
property Appointment^ Appointment {
Appointment^ get ();
}
member Appointment : Appointment with 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.