Emails, and Visual C++ - 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: Emails, and Visual C++ (/showthread.php?tid=80674) Emails, and Visual C++ by haydenbech on 01-04-2008 at 05:24 AM
Hey, RE: Emails, and Visual C++ by CookieRevised on 01-04-2008 at 11:31 AM
Maybe a stupid suggestion, but why not grabbing the unread email count directly from that Visual C++ program using POP3? RE: Emails, and Visual C++ by haydenbech on 01-04-2008 at 11:46 AM
Well, I also want to do it for hotmail, which reserves pop3 access to those with a paid subscription, so I need another way of doing that. Thanks for the suggestion, I will try using pop3 for my yahoo account. RE: Emails, and Visual C++ by Spunky on 01-04-2008 at 01:36 PM hotmail's email count is kept in the registry when you sign in. Thats how it gets displayed on the XP Welcome Screen. Read that from there then POP3 the other accounts RE: Emails, and Visual C++ by haydenbech on 01-05-2008 at 12:51 AM Whereabouts in the registry? RE: Emails, and Visual C++ by Voldemort on 01-05-2008 at 12:54 AM i *might* be newbing but if you search the registry with your amount of unread emails you *may* find it RE: Emails, and Visual C++ by Eljay on 01-05-2008 at 01:09 AM HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail RE: Emails, and Visual C++ by CookieRevised on 01-05-2008 at 03:29 AM
Note that other programs might update the unread email count too. In other words, you never know what emails from what account have been added to the 'unread email count'. RE: Emails, and Visual C++ by haydenbech on 01-14-2008 at 10:48 AM The UnreadMail Section is split up into accounts, so if I select the correct section I can should be able to get the correct information, correct? RE: Emails, and Visual C++ by Spunky on 01-14-2008 at 04:36 PM
quote: Unless somebody updates it, by adding another accounts unread mail to it (say a POP3 account) |