UserConfiguration.Load(UserConfigurationProperties) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the specified user configuration properties.
public:
void Load(Microsoft::Exchange::WebServices::Data::UserConfigurationProperties properties);
public void Load (Microsoft.Exchange.WebServices.Data.UserConfigurationProperties properties);
Public Sub Load (properties As UserConfigurationProperties)
Parameters
- properties
- UserConfigurationProperties
The user configuration properties to load.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).