ExchangeAppointmentEventArgs Properties
Provides data for the AppointmentExchanger.GetAppointmentForeignId event.| Name | Description |
|---|---|
| Appointment | Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs. |
| Id | Gets or sets the foreign appointment Id, that is the appointment identifier in the database of the third-party scheduler application (for instance, MS Outlook) with which appointment data is exchanged. |
See Also