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

OutlookExport.OutlookAppointmentItemAdded Event

OBSOLETE

You should use the 'AppointmentExported' instead.

This member is obsolete. Use the AppointmentExporter.AppointmentExported instead.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Obsolete("You should use the 'AppointmentExported' instead.", true)]
[Browsable(false)]
public event AppointmentExportedEventHandler OutlookAppointmentItemAdded

Event Data

The OutlookAppointmentItemAdded event's data class is AppointmentExportedEventArgs. The following properties provide information specific to this event:

Property Description
Appointment Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs.
See Also