UserConfiguration.Load(UserConfigurationProperties) Method

Definition

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).

Applies to