CreateAppointment
CreateAppointment(Appointment)
创建约会。
public string CreateAppointment(Appointment appointment)
范围 | 类型 | 描述 |
---|---|---|
appointment | Appointment | 日历约会。 |
返回值
返回预约 UID
也可以看看
- class Appointment
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreateAppointment(Appointment, string)
创建约会。
public string CreateAppointment(Appointment appointment, string folderUri)
范围 | 类型 | 描述 |
---|---|---|
appointment | Appointment | 日历约会。 |
folderUri | String | 约会父文件夹的 uri。 |
返回值
返回预约 UID
也可以看看
- class Appointment
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
CreateAppointment(MapiCalendar, string, bool)
创建约会。
public string CreateAppointment(MapiCalendar appointment, string folderUri,
bool suppressInvitations)
范围 | 类型 | 描述 |
---|---|---|
appointment | MapiCalendar | 日历约会。 |
folderUri | String | 约会父文件夹的 uri。 |
suppressInvitations | Boolean | 如果为真,则不会向与会者发送邀请。 |
返回值
将 PidLidGlobalObjectId 作为 base64 字符串返回
也可以看看
- class MapiCalendar
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email