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

OutlookAppointmentExportingEventArgs Properties

Provides data for the AppointmentExporter.AppointmentExporting event of the OutlookExport 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.
OutlookAppointment Gets an MS Outlook appointment before export.
See Also