Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.UserConfigurationProperties
-
-
Uses of UserConfigurationProperties in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type UserConfigurationProperties Modifier and Type Method Description UserConfigurationExchangeService. getUserConfiguration(String name, FolderId parentFolderId, UserConfigurationProperties properties)Creates a UserConfiguration.voidExchangeService. 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 Modifier and Type Method Description static UserConfigurationPropertiesUserConfigurationProperties. 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 Modifier and Type Method Description protected EnumSet<UserConfigurationProperties>GetUserConfigurationRequest. getProperties()Gets the property.Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type UserConfigurationProperties Modifier and Type Method Description voidGetUserConfigurationRequest. 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 Modifier and Type Method Description static UserConfigurationUserConfiguration. bind(ExchangeService service, String name, WellKnownFolderName parentFolderName, UserConfigurationProperties properties)Binds to an existing user configuration and loads the specified property.static UserConfigurationUserConfiguration. bind(ExchangeService service, String name, FolderId parentFolderId, UserConfigurationProperties properties)Binds to an existing user configuration and loads the specified property.voidUserConfiguration. 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 Constructor Description UserConfiguration(ExchangeService service, EnumSet<UserConfigurationProperties> requestedProperties)Initializes a new instance ofUserConfigurationclass.
-