ExchangeServiceBinding.GetPhoneCallInformationAsync Method (GetPhoneCallInformationType, Object)

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

Syntax

'Declaration
Public Sub GetPhoneCallInformationAsync ( _
    GetPhoneCallInformation1 As GetPhoneCallInformationType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim GetPhoneCallInformation1 As GetPhoneCallInformationType
Dim userState As Object

instance.GetPhoneCallInformationAsync(GetPhoneCallInformation1, _
    userState)
public void GetPhoneCallInformationAsync(
    GetPhoneCallInformationType GetPhoneCallInformation1,
    Object userState
)

Parameters