ExchangeServiceBinding.DisconnectPhoneCall Method

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

Syntax

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

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

Parameters