| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Appointment |
Service.getAppointment(ItemId itemId)
Gets an appointment.
|
Appointment |
Service.getAppointment(ItemId itemId,
ItemShape itemShape)
Gets an appointment.
|
Appointment |
Service.getAppointment(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an appointment.
|
Appointment |
Service.getAppointment(ItemId itemId,
ShapeType shapeType)
Gets an appointment.
|
Appointment |
Service.getAppointment(java.lang.String itemId)
Gets a message.
|
Appointment |
Service.getAppointment(java.lang.String itemId,
ItemShape itemShape)
Gets an appointment.
|
Appointment |
Service.getAppointment(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an appointment.
|
Appointment |
Service.getAppointment(java.lang.String itemId,
ShapeType shapeType)
Gets an appointment.
|
| Modifier and Type | Method and Description |
|---|---|
ItemId |
Service.sendMeetingRequest(Appointment appointment)
Sends meeting request.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
FolderId sentItemsFolderId)
Sends meeting request.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
SendMeetingInvitations sendMeetingInvitations)
Sends meeting request.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting request.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments,
FolderId sentItemsFolderId)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments,
SendMeetingInvitations sendMeetingInvitations)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting requests.
|