ExchangeServiceBinding.CreateUserConfiguration Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/CreateUserConfiguration", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("MailboxCulture")> _
Public Function CreateUserConfiguration ( _
CreateUserConfiguration1 As CreateUserConfigurationType _
) As CreateUserConfigurationResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateUserConfiguration1 As CreateUserConfigurationType
Dim returnValue As CreateUserConfigurationResponseType
returnValue = instance.CreateUserConfiguration(CreateUserConfiguration1)
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/CreateUserConfiguration", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("MailboxCulture")]
public CreateUserConfigurationResponseType CreateUserConfiguration(
CreateUserConfigurationType CreateUserConfiguration1
)
Parameters
- CreateUserConfiguration1
Type: ExchangeWebServices.CreateUserConfigurationType
Return Value
Type: ExchangeWebServices.CreateUserConfigurationResponseType
Returns CreateUserConfigurationResponseType.