Skip to main content
A newer version of this page is available. .

ExchangeAppointmentEventArgs.Id Property

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.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public object Id { get; set; }

Property Value

Type Description
Object

A Object which represents the appointment Id value.

Remarks

Usually you don’t need to handle the AppointmentExchanger.GetAppointmentForeignId event and modify the Id property, since the AppointmentSynchronizer does the entire job. The appointment foreign ID is automatically stored and retrieved from the data field specified via the AppointmentSynchronizer.ForeignIdFieldName property.

See Also