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