Skip to main content

OutlookAppointmentExportingEventArgs.OutlookAppointment Property

Gets an MS Outlook appointment before export.

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 AppointmentExporter.AppointmentExporting event of the OutlookExport class, you can change properties of an appointment exported to MS Outlook. You should cast the passed AppointmentExportingEventArgs event arguments to the OutlookAppointmentExportingEventArgs type.

See Also