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

OutlookAppointmentSynchronizingEventArgs Constructors

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