Results 1 to 6 of 6

Thread: Inbox , new message alert .

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Inbox , new message alert .

    I've seen an article explaining how to do alert when you get new email I think using socket , but I can't find it anywhere , anyone has seen it ? No matter the code was in C# or VB . plz


  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    You mean like integrated into XP os? So it tells you at logon?

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Something checks my inbox and returns with alert if a new message just received .

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    E-mail Notifications
    When using Fast User Switching it is possible to display on the Welcome logon screen the number of unread e-mail messages for a logged user. Under the user name on the Welcome screen will be a hyperlink indicating the number of unread messages. Clicking on the hyperlink will reveal which account the messages are from. For example, Bob has three unread e-mail messages. Clicking on the hyperlink will show [email protected] (2) and [email protected] (1). The APIs to do this are SHGetUnreadMailCount and SHSetUnreadMailCount and are in shellapi.h. When the unread e-mail count is set, the date is stamped as well. If the unread e-mail entry is more than three days old, the Welcome screen will disregard the entries.


    http://msdn.microsoft.com/library/de...dmailcount.asp

  5. #5

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    The one I saw was in .NET (I think it's sort of socket code) . If I'm online , and I got a message , would this notify me immediately ??
    Does it establish continus connection with my email server (in this case it's Hotmail) .Damn I wish I can find that page .
    Last edited by Pirate; Aug 23rd, 2003 at 03:50 PM.

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    I don't know how that API function operates. It just appeared and only works on XP I believe...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width