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

OutlookAppointmentImportingEventArgs.OutlookAppointment Property

Gets an MS Outlook appointment before import.

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 AppointmentImporter.AppointmentImporting event of the OutlookImport class, you can inspect properties of an appointment before it is imported from MS Outlook. You should cast the passed AppointmentImportingEventArgs event arguments to the OutlookAppointmentImportingEventArgs type.

See Also