ITAddress

Last Updated : Sep 04, 2015 |
The ITAddress interface is the base interface for the Address object.

Method

Description

get_AddressName

Displays the name of the address.

HRESULT
get_AddressName (BSTR *ppName );

get_DialableAddress

Displays the BSTR, which is used to connect to the address.

HRESULT
get_DialableAddress
(
BSTR*pDialableAddress
);

get_ServiceProviderName

Displays the name of the Telephony Service Provider (TSP) that supports the address. For example, Unimdm.tsp for the Unimodem service provider or H323.tsp for the H323 service provider.

HRESULT
get_ServiceProviderName
(
BSTR*ppName
);

CreateCall

Creates a new call object that is used to make an outgoing call and returns a pointer to the objects ITBasicCallControl interface.

HRESULT
CreateCall
(
BSTR*pDialableAddress,
Long 1AddressType,
Long 1MediaTypes,
ITBasicCallControl**ppCall,
);