|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserConfigurationProperties in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type UserConfigurationProperties | |
|---|---|
UserConfiguration |
ExchangeService.getUserConfiguration(String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Creates a UserConfiguration. |
void |
ExchangeService.loadPropertiesForUserConfiguration(UserConfiguration userConfiguration,
UserConfigurationProperties properties)
Loads the property of the specified userConfiguration. |
| Uses of UserConfigurationProperties in microsoft.exchange.webservices.data.core.enumeration.misc |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return UserConfigurationProperties | |
|---|---|
static UserConfigurationProperties |
UserConfigurationProperties.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserConfigurationProperties[] |
UserConfigurationProperties.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of UserConfigurationProperties in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type UserConfigurationProperties | |
|---|---|
protected EnumSet<UserConfigurationProperties> |
GetUserConfigurationRequest.getProperties()
Gets the property. |
| Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type UserConfigurationProperties | |
|---|---|
void |
GetUserConfigurationRequest.setProperties(EnumSet<UserConfigurationProperties> properties)
Sets the property. |
| Uses of UserConfigurationProperties in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc with parameters of type UserConfigurationProperties | |
|---|---|
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. |
void |
UserConfiguration.load(UserConfigurationProperties properties)
Loads the specified property on the user configuration. |
| Constructor parameters in microsoft.exchange.webservices.data.misc with type arguments of type UserConfigurationProperties | |
|---|---|
UserConfiguration(ExchangeService service,
EnumSet<UserConfigurationProperties> requestedProperties)
Initializes a new instance of |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||