OutlookAppointmentSynchronizedEventArgs.OutlookAppointment Property
Gets an MS Outlook appointment after synchronization.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
Property Value
Type | Description |
---|---|
_AppointmentItem | An _AppointmentItem object representing the MS Outlook appointment. |
Remarks
By handling the AppointmentSynchronizer.AppointmentSynchronized event of classes derived from the AppointmentSynchronizer class, you can inspect properties of an appointment in MS Outlook. For this, you should cast the passed AppointmentSynchronizedEventArgs object to the OutlookAppointmentSynchronizedEventArgs type.
See Also