OutlookAppointmentSynchronizingEventArgs(_AppointmentItem) Constructor
Initializes a new instance of the OutlookAppointmentSynchronizingEventArgs 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 |
---|---|---|
olApt | _AppointmentItem | An _AppointmentItem object representing the MS Outlook appointment. |
See Also