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

OutlookAppointmentSynchronizedEventArgs.OutlookAppointment Property

Gets an MS Outlook appointment after synchronization.

Namespace: DevExpress.XtraScheduler.Outlook

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

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.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E699.

The following code snippets (auto-collected from DevExpress Examples) contain references to the OutlookAppointment property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also