Share via


ExchangeServiceBinding.GetPhoneCallInformation Method

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

Syntax

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

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

Parameters