| TapiForwardEntry Constructor |
Initializes a new instance of the TapiForwardEntry class with the specified forward mode, destination number and caller number.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic TapiForwardEntry(
TapiForwardMode forwardMode,
string destinationNumber,
string callerNumber
)
Public Sub New (
forwardMode As TapiForwardMode,
destinationNumber As String,
callerNumber As String
)
public:
TapiForwardEntry(
TapiForwardMode forwardMode,
String^ destinationNumber,
String^ callerNumber
)
Parameters
- forwardMode
- Type: Traysoft.AddTapiTapiForwardMode
Type of forwarding. - destinationNumber
- Type: SystemString
The destination number where calls are to be forwarded. - callerNumber
- Type: SystemString
The number of a caller to be forwarded. Applicable only for selective call forwarding modes.
Remarks
See Also