IOzPhoneCallReject Method (String) |
Rejects the incoming call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool Reject(
string reason
)
Function Reject (
reason As String
) As Boolean
bool Reject(
String^ reason
)
abstract Reject :
reason : string -> bool
Parameters
- reason
- Type: SystemString
The reason of the rejection
Return Value
Type:
BooleanRemarks
It has no effect on outgoing calls.
See Also