OutlookExport.OutlookAppointmentItemAdded Event
In This Article
OBSOLETE
You should use the 'Appointment
This member is obsolete. Use the AppointmentExporter.AppointmentExported instead.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.2.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 Appointment |
See Also