| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static SendMeetingOption |
SendMeetingOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SendMeetingOption[] |
SendMeetingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete,
java.util.List<Property> propertiesToAppend,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
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,
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.
|