Skip to main content

OutlookAppointmentSynchronizedEventArgs.OutlookAppointment Property

Gets an MS Outlook appointment after synchronization.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public _AppointmentItem OutlookAppointment { get; }

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