OutlookAppointmentImportedEventArgs(Appointment, _AppointmentItem) Constructor
Initializes new instance of the OutlookAppointmentImportedEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.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