OutlookAppointmentExportingEventArgs Class
Provides data for the AppointmentExporter.AppointmentExporting event of the OutlookExport class.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[CLSCompliant(false)]
public class OutlookAppointmentExportingEventArgs :
AppointmentExportingEventArgs
Remarks
You should explicitly cast the passed object of a AppointmentExportingEventArgs type to OutlookAppointmentExportingEventArgs
within the event handler. Then, you can access the Outlook appointment via the OutlookAppointmentExportingEventArgs.OutlookAppointment property, and decide whether this item should be processed or not. To cancel processing, set the AppointmentCancelEventArgs.Cancel to true.
Inheritance
Object
EventArgs
AppointmentEventArgs
AppointmentCancelEventArgs
AppointmentExportingEventArgs
OutlookAppointmentExportingEventArgs
See Also