OutlookAppointmentImportingEventArgs(Appointment, _AppointmentItem) Constructor
Initializes new instance of the OutlookAppointmentImportingEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object that is a Scheduler appointment. |
| olApt | _AppointmentItem | An _AppointmentItem object that is a MS Outlook appointment. |
See Also