The InTheHand.WindowsMobile.Telephony namespace provides classes for working with the phone functionality on devices with cellular hardware.
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.Telephony
Namespace InTheHand.WindowsMobile.Telephony
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| CallDetails |
Contains details of a specific phone call.
| |
| CallerIDType |
Specifies the availability of Caller ID.
| |
| CallHistory |
Provides access to the Call History on the device which records incoming and outgoing calls made.
| |
| CallHistoryFilter |
Specifies which calls to display.
| |
| CallType |
The type of call represented in the CallDetails.
| |
| LineEquipmentState |
Specifies the current state of telephony equipment.
| |
| LineGprsClass |
Specifies the GPRS class of the TelephonyLine.
| |
| LineRegistrationStatus |
Specifies the current registration state of a TelephonyLine.
| |
| LineSystemType |
Specifies the system type for a TelephonyLine.
| |
| Phone |
Defines methods for placing phone calls.
| |
| TelephonyLine |
Represents an individual phone line.
| |
| TelephonyLineCollection |
Represents a collection of telephony lines.
|