How to reject a call without delay in ring on windows mobile?
- by Mayur
Hello,
I am trying to write a code to reject the incoming call programatically on windows mobile 6. my requirement is to achieve this without a single ring. I tried using systemstate property but it gives deley of one ring. I even tried with OpenNETCF's tapi wrapper but still i am getting the same result.
Can anybody tell me what actually can I do to achieve this?
Thanks in advance.