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