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