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