| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId,
ItemShape itemShape)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId,
ShapeType shapeType)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting response message.
|