IEWSClient.CreateAppointment

CreateAppointment(Appointment)

Creates appointment.

public string CreateAppointment(Appointment appointment)
ParameterTypeDescription
appointmentAppointmentCalendar appointment.

Return Value

Returns appointment UID

See Also


CreateAppointment(Appointment, string)

Creates appointment.

public string CreateAppointment(Appointment appointment, string folderUri)
ParameterTypeDescription
appointmentAppointmentCalendar appointment.
folderUriStringAn uri of appointments parent folder.

Return Value

Returns appointment UID

See Also


CreateAppointment(MapiCalendar, string, bool)

Creates appointment.

public string CreateAppointment(MapiCalendar appointment, string folderUri, 
    bool suppressInvitations)
ParameterTypeDescription
appointmentMapiCalendarCalendar appointment.
folderUriStringAn uri of appointments parent folder.
suppressInvitationsBooleanIf true, invitations won’t be sent to attendees.

Return Value

Returns PidLidGlobalObjectId as base64 string

See Also