Back to Devexpress

OutlookAppointmentExportingEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-outlook-4b62d3de.md

latest2.4 KB
Original Source

OutlookAppointmentExportingEventArgs Class

Provides data for the AppointmentExporter.AppointmentExporting event of the OutlookExport class.

Namespace : DevExpress.XtraScheduler.Outlook

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[CLSCompliant(false)]
public class OutlookAppointmentExportingEventArgs :
    AppointmentExportingEventArgs
vb
<CLSCompliant(False)>
Public Class OutlookAppointmentExportingEventArgs
    Inherits 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

OutlookAppointmentExportingEventArgs Members

DevExpress.XtraScheduler.Outlook Namespace