RetrieveExchangeAppointmentsResponse.Appointments Property

Definition

Gets the Exchange appointments returned by the request

public:
 property Microsoft::Xrm::Sdk::EntityCollection ^ Appointments { Microsoft::Xrm::Sdk::EntityCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityCollection Appointments { get; }
member this.Appointments : Microsoft.Xrm.Sdk.EntityCollection
Public ReadOnly Property Appointments As EntityCollection

Property Value

A collection of Exchange appointments which use the structure of Dynamics 365 appointments.

Remarks

Although this data is returned using the structure of Dynamics 365 appointment, they do not represent data from Dynamics 365. This data comes from Exchange.

Applies to