| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
UserConfigurationName |
UserConfiguration.getName()
Gets the name of a user configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Service.deleteUserConfiguration(UserConfigurationName name)
Deletes a user configuration object on a folder.
|
GetUserConfigurationResponse |
Service.getUserConfiguration(UserConfigurationName name)
Gets a user configuration object from a folder.
|
GetUserConfigurationResponse |
Service.getUserConfiguration(UserConfigurationName name,
UserConfigurationProperty property)
Gets a user configuration object from a folder.
|
void |
UserConfiguration.setName(UserConfigurationName name)
Sets the name of a user configuration object.
|
| Constructor and Description |
|---|
UserConfiguration(UserConfigurationName name)
Initializes a new instance of the UserConfiguration class.
|