| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ItemId |
Service.updateItem(ItemChange itemChange)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
java.util.List<ItemInfoResponse> |
Service.updateItemInRecoverableItems(ItemChange itemChange)
Update item in recoverable items.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
MessageDisposition messageDisposition)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
SendMeetingOption sendMeetingOption)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|