Appointment.RequestApointment

RequestApointment()

Requests the apointment.

public AlternateView RequestApointment()

Return Value

AlternateViewAlternateView that represents the format to view an email message.

See Also


RequestApointment(int)

Requests the apointment.

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

Return Value

AlternateViewAlternateView that represents the format to view an email message.

See Also