Appointment.UpdateAppointment

UpdateAppointment()

Updates the appointment.

public AlternateView UpdateAppointment()

Return Value

AlternateViewAlternateView that represents the format to view an email message.

See Also


UpdateAppointment(int)

Updates the appointment.

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

Return Value

AlternateViewAlternateView that represents the format to view an email message.

See Also