OutlookAppointmentImportedEventArgs.OutlookAppointment Property
Gets an MS Outlook appointment after import.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
_AppointmentItem | An _AppointmentItem object representing the MS Outlook appointment. |
Remarks
By handling the AppointmentImporter.AppointmentImported event of the OutlookImport class, you can inspect properties of an appointment imported from MS Outlook. You should cast the passed AppointmentImportedEventArgs event arguments to the OutlookAppointmentImportedEventArgs type.
See Also