Modifier and Type | Method and Description |
---|---|
UserConfiguration |
ExchangeService.getUserConfiguration(String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Creates a UserConfiguration.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeService.createUserConfiguration(UserConfiguration userConfiguration)
Creates the user configuration.
|
void |
ExchangeService.loadPropertiesForUserConfiguration(UserConfiguration userConfiguration,
UserConfigurationProperties properties)
Loads the property of the specified userConfiguration.
|
void |
ExchangeService.updateUserConfiguration(UserConfiguration userConfiguration)
Updates a UserConfiguration.
|
Modifier and Type | Field and Description |
---|---|
protected UserConfiguration |
UpdateUserConfigurationRequest.userConfiguration
The user configuration.
|
protected UserConfiguration |
CreateUserConfigurationRequest.userConfiguration
The user configuration.
|
Modifier and Type | Method and Description |
---|---|
UserConfiguration |
UpdateUserConfigurationRequest.getUserConfiguration()
Gets the user configuration.
|
protected UserConfiguration |
GetUserConfigurationRequest.getUserConfiguration()
Gets the user configuration.
|
UserConfiguration |
CreateUserConfigurationRequest.getUserConfiguration()
Gets the user configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateUserConfigurationRequest.setUserConfiguration(UserConfiguration userConfiguration)
Sets the user configuration.
|
void |
GetUserConfigurationRequest.setUserConfiguration(UserConfiguration userConfiguration)
Sets the user configuration.
|
void |
CreateUserConfigurationRequest.setUserConfiguration(UserConfiguration value)
Sets the user configuration.
|
Modifier and Type | Method and Description |
---|---|
UserConfiguration |
GetUserConfigurationResponse.getUserConfiguration()
Gets the user configuration that was created.
|
Constructor and Description |
---|
GetUserConfigurationResponse(UserConfiguration userConfiguration)
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified
property.
|
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified
property.
|
Copyright © 2012–2015 Microsoft. All rights reserved.