|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserConfiguration in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that return UserConfiguration | |
|---|---|
UserConfiguration |
ExchangeService.getUserConfiguration(String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Creates a UserConfiguration. |
| Methods in microsoft.exchange.webservices.data.core with parameters of type UserConfiguration | |
|---|---|
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. |
| Uses of UserConfiguration in microsoft.exchange.webservices.data.core.request |
|---|
| Fields in microsoft.exchange.webservices.data.core.request declared as UserConfiguration | |
|---|---|
protected UserConfiguration |
UpdateUserConfigurationRequest.userConfiguration
The user configuration. |
protected UserConfiguration |
CreateUserConfigurationRequest.userConfiguration
The user configuration. |
| Methods in microsoft.exchange.webservices.data.core.request that return UserConfiguration | |
|---|---|
UserConfiguration |
UpdateUserConfigurationRequest.getUserConfiguration()
Gets the user configuration. |
protected UserConfiguration |
GetUserConfigurationRequest.getUserConfiguration()
Gets the user configuration. |
UserConfiguration |
CreateUserConfigurationRequest.getUserConfiguration()
Gets the user configuration. |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type UserConfiguration | |
|---|---|
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. |
| Uses of UserConfiguration in microsoft.exchange.webservices.data.core.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.response that return UserConfiguration | |
|---|---|
UserConfiguration |
GetUserConfigurationResponse.getUserConfiguration()
Gets the user configuration that was created. |
| Constructors in microsoft.exchange.webservices.data.core.response with parameters of type UserConfiguration | |
|---|---|
GetUserConfigurationResponse(UserConfiguration userConfiguration)
Initializes a new instance of the class. |
|
| Uses of UserConfiguration in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc 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 property. |
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||