FetchAppointmentAsync

IAsyncEwsClient.FetchAppointmentAsync method

从服务器获取指定的约会。

public Task<Appointment> FetchAppointmentAsync(string appointmentUri, string folderUri, 
    CancellationToken cancellationToken = default)
范围类型描述
appointmentUriString要获取的约会 uri。
folderUriString约会父文件夹的 uri。
cancellationTokenCancellationToken取消令牌。

返回值

一个取来的Appointment.

例外

例外(健康)状况
AsposeArgumentExceptionappointmentUri无效的或者空的.

也可以看看