OutlookAppointmentExportedEventArgs.OutlookAppointment Property
Gets a MS Outlook appointment after export.
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 AppointmentExporter.AppointmentExported event of the OutlookExport class, you can inspect properties of an appointment exported to MS Outlook. You should cast the passed AppointmentExportedEventArgs event arguments to the OutlookAppointmentExportedEventArgs type.
See Also