CreateAppointment

CreateAppointment(Appointment)

创建约会。

public string CreateAppointment(Appointment appointment)
范围类型描述
appointmentAppointment日历约会。

返回值

返回预约 UID

也可以看看


CreateAppointment(Appointment, string)

创建约会。

public string CreateAppointment(Appointment appointment, string folderUri)
范围类型描述
appointmentAppointment日历约会。
folderUriString约会父文件夹的 uri。

返回值

返回预约 UID

也可以看看


CreateAppointment(MapiCalendar, string, bool)

创建约会。

public string CreateAppointment(MapiCalendar appointment, string folderUri, 
    bool suppressInvitations)
范围类型描述
appointmentMapiCalendar日历约会。
folderUriString约会父文件夹的 uri。
suppressInvitationsBoolean如果为真,则不会向与会者发送邀请。

返回值

将 PidLidGlobalObjectId 作为 base64 字符串返回

也可以看看