Skip to main content

OutlookAppointmentSynchronizedEventArgs Constructors

Provides data for the AppointmentSynchronizer.AppointmentSynchronized event of the AppointmentImportSynchronizer class.
Name Parameters Description
OutlookAppointmentSynchronizedEventArgs(Appointment, _AppointmentItem) apt, olApt Initializes new instance of the OutlookAppointmentSynchronizedEventArgs class with the specified settings.
OutlookAppointmentSynchronizedEventArgs(_AppointmentItem) olApt Initializes a new instance of the OutlookAppointmentSynchronizedEventArgs class with the specified settings.
See Also