ExchangeServiceBinding.GetUserConfiguration Method

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

Syntax

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

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

Parameters