Platform SDK: TAPI

ITAddress

The ITAddress interface is the base interface for the Address object. Applications use this interface to get information about and use the Address object.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITAddress methods Description
get_State Gets the current state of the address.
get_AddressName Gets the name of the address.
get_ServiceProviderName Gets the service provider name.
get_TAPIObject Gets pointer to the TAPI object.
CreateCall Creates a new Call object that can be used to make an outgoing call.
get_Calls Creates a collection of calls on the current address. Provided for Automation client applications, such as those written in Visual Basic.
EnumerateCalls Enumerates calls on the current address.
get_DialableAddress Gets the BSTR which can be used to connect to this address.
CreateForwardInfoObject Creates ITForwardInformation, the forwarding information object.
Forward Forwards calls destined for the address.
get_CurrentForwardInfo Gets a pointer to the forwarding information object.
put_MessageWaiting Sets the status of the message waiting on the address.
get_MessageWaiting Determines if the address has a message waiting.
put_DoNotDisturb Sets the do not disturb status.
get_DoNotDisturb Gets the current status of the do not disturb feature on the address.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

Address Object