I want notification like when someone signin
or
when I set "online" , I see notification for new message recived
but when I set "busy" , I can't see this notification for the new message
//edit
I'm talking about the new web mail message "hotmail inbox"
This post was edited on 10-01-2008 at 09:33 PM by ezak.
From what I read, I understand that you want to set your status to Busy while still receiving Hotmail notifications but no other notifications than that.
The purpose of the Busy status is that you shouldn't be disturbed with pop-ups and flashing stuff. So enabling such notifications while you're set to Busy partially destroys the idea of it.
As for doing this with a script... well, there's no such built-in event which is called when you receive a new Hotmail message. Even if there was such an event and you'd call MsgPlus.DisplayToast to show the notification, it's not guaranteed you'd always be able to see it as the preference "Show Messenger Plus! popup notifications while Busy" has to be checked in order to let Plus! show the pop-up. And changing the actual behavior of the Busy status isn't an easy option either...
So basically, what you want is very hard to achieve in my opinion.
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: [Req] New Message notif when busy
It would probably need you to sniff the protocol for the message, but if the servers see you as offline, it might not send the message at all (although it should as it would still need to update the message count in the contact list )
i have enable the notifecation when someone signin and my status is busy "default by live plus"
that mean there is something can feel when someone signin and the script told me that
is there any code scripts can feel when new message arrived
and use pops up tolding me that there is new message arrived ?