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.

Re: Balloon Notification Blocker? by Lisa

Lisa
Wed Oct 03 07:04:42 PDT 2007

You can disable these notifications under Start > Settings > Sounds &
Notifications.
These settings are stored in registry under:
HKCU\ControlPanel\Notifications\
so you can disable notifications there too.

Lisa

"Shankar" <Shankar@discussions.microsoft.com> wrote in message
news:7590B9C5-C5E7-4999-8E6A-F89679D816FB@microsoft.com...
> 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.