Share via


ExchangeServiceBinding.UpdateUserConfiguration Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/UpdateUserConfiguration", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
Public Function UpdateUserConfiguration ( _
    UpdateUserConfiguration1 As UpdateUserConfigurationType _
) As UpdateUserConfigurationResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateUserConfiguration1 As UpdateUserConfigurationType
Dim returnValue As UpdateUserConfigurationResponseType

returnValue = instance.UpdateUserConfiguration(UpdateUserConfiguration1)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/UpdateUserConfiguration", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("RequestServerVersionValue")]
public UpdateUserConfigurationResponseType UpdateUserConfiguration(
    UpdateUserConfigurationType UpdateUserConfiguration1
)

Parameters