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