FetchAppointmentAsync
IAsyncEwsClient.FetchAppointmentAsync method
从服务器获取指定的约会。
public Task<Appointment> FetchAppointmentAsync(string appointmentUri, string folderUri,
CancellationToken cancellationToken = default)
| 范围 | 类型 | 描述 |
|---|---|---|
| appointmentUri | String | 要获取的约会 uri。 |
| folderUri | String | 约会父文件夹的 uri。 |
| cancellationToken | CancellationToken | 取消令牌。 |
返回值
一个取来的Appointment.
例外
| 例外 | (健康)状况 |
|---|---|
| AsposeArgumentException | appointmentUri是无效的或者空的. |
也可以看看
- class Appointment
- interface IAsyncEwsClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email