Phone Object Interfaces
The Phone object is the entity that represents the actual phone device and all of its controls.
The ITPhoneEvent and IEnumPhone interfaces are not directly exposed on the Phone object, but are tightly related to it and are listed here for convenience of reference.
Interface | Description |
---|---|
ITPhone | Allows access to the phone device at a level comparable to that available with the TAPI 2.x C API. |
ITAutomatedPhoneControl | Provides methods for automated control of a phone's tones and rings, and for automated call handling based on a phone's hookswitch state. |
ITPhoneEvent | Retrieves the description of phone events. |
IEnumPhone | Enumerates ITPhone. |