Appointment.CancelAppointment

CancelAppointment()

Cancels the appointment.

public AlternateView CancelAppointment()

Return Value

AlternateViewAlternateView that represents the format to view an email message.

See Also


CancelAppointment(int)

Cancels the appointment.

public AlternateView CancelAppointment(int seqId)
ParameterTypeDescription
seqIdInt32The sequence id.

Return Value

AlternateViewAlternateView that represents the format to view an email message.

See Also