AddTapi.NET Developer's Manual
TapiAddress Class
NamespacesTraysoft.AddTapiTapiAddress
Represents an address (phone number or extension) associated with the line device.
Declaration Syntax
C#Visual BasicVisual C++
public class TapiAddress
Public Class TapiAddress
public ref class TapiAddress
Members
All MembersMethodsProperties



IconMemberDescription
Address
Gets the phone number or extension assigned to the address.

AddressID
Gets the address identifier for the address.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
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.
Inheritance Hierarchy
Object
TapiAddress
See Also

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)