Skip to main content

OutlookAppointmentExportingEventArgs(Appointment, _AppointmentItem) Constructor

Initializes new instance of the OutlookAppointmentExportingEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public OutlookAppointmentExportingEventArgs(
    Appointment apt,
    _AppointmentItem olApt
)

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