|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of UserConfiguration in microsoft.exchange.webservices.data |
|---|
| Fields in microsoft.exchange.webservices.data declared as UserConfiguration | |
|---|---|
protected UserConfiguration |
UpdateUserConfigurationRequest.userConfiguration
The user configuration. |
| Methods in microsoft.exchange.webservices.data that return UserConfiguration | |
|---|---|
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified properties. |
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified properties. |
UserConfiguration |
UpdateUserConfigurationRequest.getUserConfiguration()
Gets the user configuration. |
UserConfiguration |
GetUserConfigurationResponse.getUserConfiguration()
Gets the user configuration that was created. |
protected UserConfiguration |
ExchangeService.getUserConfiguration(String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
* Creates a UserConfiguration. |
| Methods in microsoft.exchange.webservices.data with parameters of type UserConfiguration | |
|---|---|
protected void |
ExchangeService.createUserConfiguration(UserConfiguration userConfiguration)
Creates the user configuration. |
protected void |
ExchangeService.loadPropertiesForUserConfiguration(UserConfiguration userConfiguration,
UserConfigurationProperties properties)
* Loads the properties of the specified userConfiguration. |
void |
UpdateUserConfigurationRequest.setUserConfiguration(UserConfiguration userConfiguration)
Sets the user configuration. |
protected void |
ExchangeService.updateUserConfiguration(UserConfiguration userConfiguration)
* Updates a UserConfiguration. |
| Constructors in microsoft.exchange.webservices.data with parameters of type UserConfiguration | |
|---|---|
GetUserConfigurationResponse(UserConfiguration userConfiguration)
Initializes a new instance of the class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||