IEWSClient.CancelAppointment

CancelAppointment(MapiCalendar)

Cancels appointment.

public void CancelAppointment(MapiCalendar appointment)
ParameterTypeDescription
appointmentMapiCalendarCalendar appointment.

See Also


CancelAppointment(MapiCalendar, string)

Cancels appointment.

public void CancelAppointment(MapiCalendar appointment, string folderUri)
ParameterTypeDescription
appointmentMapiCalendarCalendar appointment.
folderUriStringAn uri of appointments parent folder.

See Also


CancelAppointment(Appointment)

Cancels appointment.

public void CancelAppointment(Appointment appointment)
ParameterTypeDescription
appointmentAppointmentCalendar appointment.

See Also


CancelAppointment(Appointment, string)

Cancels appointment.

public void CancelAppointment(Appointment appointment, string folderUri)
ParameterTypeDescription
appointmentAppointmentCalendar appointment.
folderUriStringAn uri of appointments parent folder.

See Also


CancelAppointment(string)

Cancels an exiting meeting on an organizers calendar

public void CancelAppointment(string uniqueId)
ParameterTypeDescription
uniqueIdStringUnique identifier

See Also


CancelAppointment(string, string)

Cancels an exiting meeting on an organizers calendar

public void CancelAppointment(string uniqueId, string folderUri)
ParameterTypeDescription
uniqueIdStringUnique identifier
folderUriStringAn uri of appointments parent folder.

See Also