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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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