IEWSClient.FetchAppointment

FetchAppointment(string)

Fetch the specified appointment from server.

public Appointment FetchAppointment(string appointmentUri)
ParameterTypeDescription
appointmentUriStringAn uri of appointment to be fetched.

Return Value

A fetched Appointment.

Exceptions

exceptioncondition
AsposeArgumentExceptionappointmentUri is null or empty.

See Also


FetchAppointment(string, string)

Fetch the specified appointment from server.

public Appointment FetchAppointment(string appointmentUri, string folderUri)
ParameterTypeDescription
appointmentUriStringAn uri of appointment to be fetched.
folderUriStringAn uri of appointments parent folder.

Return Value

A fetched Appointment.

Exceptions

exceptioncondition
AsposeArgumentExceptionappointmentUri is null or empty.

See Also