| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
MeetingCancellation
Represents a meeting cancellation in the Exchange store.
|
class |
MeetingRequest
Represents a meeting request in the Exchange store.
|
class |
MeetingResponse
Represents a meeting response in the Exchange store.
|
| Modifier and Type | Method and Description |
|---|---|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId,
ItemShape itemShape)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId,
ShapeType shapeType)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting message.
|