CancelAppointment
内容
[
隐藏
]CancelAppointment(string, string)
取消组织者日历上的退出会议
public void CancelAppointment(string uniqueId, string folderUri)
| 范围 | 类型 | 描述 |
|---|---|---|
| uniqueId | String | 唯一标识符 |
| folderUri | String | 约会父文件夹的 uri。 |
也可以看看
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CancelAppointment(MapiCalendar)
取消约会。
public void CancelAppointment(MapiCalendar appointment)
| 范围 | 类型 | 描述 |
|---|---|---|
| appointment | MapiCalendar | 日历约会。 |
也可以看看
- class MapiCalendar
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CancelAppointment(MapiCalendar, string)
取消约会。
public void CancelAppointment(MapiCalendar appointment, string folderUri)
| 范围 | 类型 | 描述 |
|---|---|---|
| appointment | MapiCalendar | 日历约会。 |
| folderUri | String | 约会父文件夹的 uri。 |
也可以看看
- class MapiCalendar
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CancelAppointment(Appointment)
取消约会。
public void CancelAppointment(Appointment appointment)
| 范围 | 类型 | 描述 |
|---|---|---|
| appointment | Appointment | 日历约会。 |
也可以看看
- class Appointment
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CancelAppointment(Appointment, string)
取消约会。
public void CancelAppointment(Appointment appointment, string folderUri)
| 范围 | 类型 | 描述 |
|---|---|---|
| appointment | Appointment | 日历约会。 |
| folderUri | String | 约会父文件夹的 uri。 |
也可以看看
- class Appointment
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CancelAppointment(string)
取消组织者日历上的退出会议
public void CancelAppointment(string uniqueId)
| 范围 | 类型 | 描述 |
|---|---|---|
| uniqueId | String | 唯一标识符 |
也可以看看
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email