My query is
While running my windows 6.0 Mobile application I want to disable all the
bubble notifications (Like SMs,MMS) to the user. Is there any windows API
function(s) available to handle this?
Currently I am chaing the registry setting value(mentioned below) from 1 to
0.
But it requires are device reboot on every time to get active the changes.
HKCU\Software\Microsoft\Inbox\Settings\SMSAvailable = 0
--
Thanks,
Shankar B.