IOzPhoneCallForward Method |
Forwards the incoming call to another phone.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool Forward(
string target
)
Function Forward (
target As String
) As Boolean
bool Forward(
String^ target
)
abstract Forward :
target : string -> bool
Parameters
- target
- Type: SystemString
The target number or full address. (eg. '855' or '855@atlanta.com')
Return Value
Type:
BooleanRemarks
It has no effect on outgoing calls.
See Also