Represents an address (phone number or extension) associated with the line device.
| C# | Visual Basic | Visual C++ |
public class TapiAddress
Public Class TapiAddress
public ref class TapiAddress
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Address |
Gets the phone number or extension assigned to the address.
| |
| AddressID |
Gets the address identifier for the address.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
Telephony system is represented as a set of TapiLine objects, each with one
or more addresses. Most systems have one line for each phone number or extension,
with one address on each line. For systems with multiple addresses on each line,
TapiAddress object is used to obtain information about available addresses and
to specify originating address for outgoing calls.
| Object | |
| TapiAddress | |
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)