Skip to main content
A newer version of this page is available. .

OutlookAppointmentSynchronizingEventArgs(_AppointmentItem) Constructor

Initializes a new instance of the OutlookAppointmentSynchronizingEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public OutlookAppointmentSynchronizingEventArgs(
    _AppointmentItem olApt
)

Parameters

Name Type Description
olApt _AppointmentItem

An _AppointmentItem object representing the MS Outlook appointment.

See Also