| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
RetentionSettings |
Service.getRetentionSettings()
Gets the retention settings.
|
RetentionSettings |
Service.getRetentionSettings(FolderId folderId)
Gets the retention settings.
|
RetentionSettings |
Service.getRetentionSettings(StandardFolder standardFolder)
Gets the retention settings.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings)
Creates the retention settings.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Creates the retention settings.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Creates the retention settings.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings)
Update retention settings.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Update retention settings.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Update retention settings.
|