OutlookAppointmentSynchronizingEventArgs Properties
Provides data for the AppointmentSynchronizer.AppointmentSynchronizing event of the AppointmentSynchronizer class.Name | Description |
---|---|
Appointment | Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs. |
Cancel | Gets or sets whether the operation performed on the processed event should be cancelled. Inherited from AppointmentCancelEventArgs. |
Operation | Specifies what type of synchronization operation should be performed. Inherited from AppointmentSynchronizingEventArgs. |
OutlookAppointment | Gets an MS Outlook appointment before synchronization. |
See Also