Click or drag to resize
TapiLineAddresses Property
Gets a list of addresses available on the line.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public IList<TapiAddress> Addresses { get; }

Property Value

Type: IListTapiAddress
Remarks
Telephony system is modeled as a set of lines represented by TapiLine objects, each with one or more addresses represented by TapiAddress objects. Most systems have one line for each phone number or extension, with one address on each line. Use Addresses property to obtain a list of available addresses for systems with multiple addresses on each line.
See Also