|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of UserConfigurationProperties in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data 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. |
| Methods in microsoft.exchange.webservices.data 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 properties. |
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified properties. |
protected UserConfiguration |
ExchangeService.getUserConfiguration(String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
* Creates a UserConfiguration. |
void |
UserConfiguration.load(UserConfigurationProperties properties)
Loads the specified properties on the user configuration. |
protected void |
ExchangeService.loadPropertiesForUserConfiguration(UserConfiguration userConfiguration,
UserConfigurationProperties properties)
* Loads the properties of the specified userConfiguration. |
| Constructor parameters in microsoft.exchange.webservices.data with type arguments of type UserConfigurationProperties | |
|---|---|
UserConfiguration(ExchangeService service,
EnumSet<UserConfigurationProperties> requestedProperties)
Initializes a new instance of |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||