Email tray icon notification - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Email tray icon notification (/showthread.php?tid=90044) Email tray icon notification by Domsy on 04-03-2009 at 12:46 PM
Hey everyone, RE: Email tray icon notification by Chris4 on 04-04-2009 at 01:59 AM
Can you not just right click the WLM icon > E-mail inbox? RE: RE: Email tray icon notification by Domsy on 04-08-2009 at 12:19 PM
quote:The point isn't for ease of use of getting to the inbox, it's for notifying when you have email. I don't constantly look at the contact list to know when I have email, and I often miss the alerts. I was looking through the documentation and I think my problem is actually going to be detecting email and not actually making the icon. Is there a way to do it? I don't see any events for emails being received or counting how many are in the inbox. Thanks. RE: Email tray icon notification by Chris4 on 04-10-2009 at 07:42 AM I think you should try out my second point, that's what you want. RE: Email tray icon notification by Dexter_prog on 06-29-2011 at 12:49 PM I'm looking for something similar to this or at least a way to have msg plus repeat the unread email notification every certain amount of time until I check my emails. Any ideas? RE: Email tray icon notification by Spunky on 06-29-2011 at 01:11 PM As already said, the there are no methods to detect a new email aside from protocol sniffing. The only method we have to do that is buggy in regards to to it sometimes causing problems with the software or not working for some people at all RE: Email tray icon notification by Dexter_prog on 06-29-2011 at 01:20 PM but what about repeating msg plus' email notification until the user checks the email? RE: Email tray icon notification by CookieRevised on 06-29-2011 at 02:51 PM
quote:What about using a dedicated small tool for checking your unread email amount? In that way you have more options and configurability and it wouldn't be dependent on you being logged into Messenger or not. --- Plus! reads the current unread email amount and compares it to the previous unread email amount. If it is higher it notifies the user of new unread email. If it is the same or less, it doesn't notify you. Thus, in order to do what you want, Plus! shouldn't compare the current value with the previous value, but should always report the current amount without comparing it to the previous amount (which in its turn can be annoying for others though). There are no scripting capabilities available in Plus! in regards to POP3-accounts. |