ExchangeServiceBinding.UpdateUserConfigurationAsync Method

Definition

Overloads

UpdateUserConfigurationAsync(UpdateUserConfigurationType)
UpdateUserConfigurationAsync(UpdateUserConfigurationType, Object)

UpdateUserConfigurationAsync(UpdateUserConfigurationType)

public:
 void UpdateUserConfigurationAsync(ExchangeWebServices::UpdateUserConfigurationType ^ UpdateUserConfiguration1);
public void UpdateUserConfigurationAsync (ExchangeWebServices.UpdateUserConfigurationType UpdateUserConfiguration1);
Public Sub UpdateUserConfigurationAsync (UpdateUserConfiguration1 As UpdateUserConfigurationType)

Parameters

UpdateUserConfiguration1
UpdateUserConfigurationType

Applies to

UpdateUserConfigurationAsync(UpdateUserConfigurationType, Object)

public:
 void UpdateUserConfigurationAsync(ExchangeWebServices::UpdateUserConfigurationType ^ UpdateUserConfiguration1, System::Object ^ userState);
public void UpdateUserConfigurationAsync (ExchangeWebServices.UpdateUserConfigurationType UpdateUserConfiguration1, object userState);
Public Sub UpdateUserConfigurationAsync (UpdateUserConfiguration1 As UpdateUserConfigurationType, userState As Object)

Parameters

UpdateUserConfiguration1
UpdateUserConfigurationType
userState
Object

Applies to