| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static HoldActionType |
HoldActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HoldActionType[] |
HoldActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HoldOnMailboxesInfo |
Service.setHoldOnMailboxes(HoldActionType actionType,
java.lang.String holdId,
java.lang.String query)
Sets the hold on mailboxes.
|
HoldOnMailboxesInfo |
Service.setHoldOnMailboxes(HoldActionType actionType,
java.lang.String holdId,
java.lang.String query,
java.util.List<java.lang.String> mailboxes,
java.lang.String language,
boolean includeNonIndexableItems,
boolean deduplication,
java.lang.String inPlaceHoldIdentity)
Sets the hold on mailboxes.
|