A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , ,

The infamous unread email flag bug





 
 
Thread Tools Display Modes
  #31  
Old April 4th 08, 07:12 AM posted to microsoft.public.outlook
Diane Poremsky {MVP}
external usenet poster
 
Posts: 1,260
Default The infamous unread email flag bug

The problem is that everyone calls it an unread message alert - it's a new
mail alert and is only there when you have new mail. If you have older
unread mail, it will not show. As soon as you read 1 message (even if you
have 50 new ones), it disappears because you should know there is new mail
in your inbox. When you close outlook the icon disappears because outlook is
closed and when you restart, for at least a few seconds, there isn't any
*new* mail - so no icon.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:


** Please include your Outlook version, Account type, and Windows Version
when requesting assistance **


"fpbear" wrote in message
...
"Brian Tillman" wrote in message

It is certainly not the expected behavior (to me, expected behavior is
as-implemented behavior) and I'm not convinced it's correct, either. It
remains, however, that the two processes are disconnected.


Here is something you should try, that may help to convince you that this
is indeed a bug and not expected behavior. Reproduce the orphaned tray
icon using the "mark as read" rule, and then close Outlook and start
Outlook again. Notice that the tray icon has now disappeared. Therefore
the tray icon is not sticking around because of a sensible usability
reason, but rather because of a missing software call. By restarting
Outlook the program initialization routine finally makes the proper
software call.

If still not convinced, go to the message that the rule "marked as read"
and then manually right click and "mark as unread." Now the task tray
icon disappears! Very strange!

This evidence should override all these other discussions we've been
having. If it acts so strange in this manner, it should be clear it's a
bug and I have a really hard time to believe that it's a feature, and it
reminds me of those silly cartoons where programmers like to claim that a
bug is a feature.


Ads
  #32  
Old April 4th 08, 07:21 AM posted to microsoft.public.outlook
F.H. Muffman
external usenet poster
 
Posts: 436
Default The infamous unread email flag bug

Um, and who gets to make the determination "there are no more
messages to read"? Certainly not you in a corporate environment
where you are still required to read all the company's or
department's mail regardless of how you chose to personally manage
their appearance in your e-mail client. Outlook is a *corporate*
e-mail client. It is not designed for personal use. Even if you had
the option to turn off the tray icon (and the bubble notice that
works with it) using a rule, that doesn't obviate your responsibility
to read those company e-mails.

Outlook is not designed for use as a personal e-mail client. It is
designed as an enterprise solution along with Exchange (and
optionally RM) as a corporate e-mail client. To be honest, you (and
I) are using an oversized program to do personal e-mail that is not
designed for personal use.

Then if this is true about being "required to read every message" then
Microsoft should rename the "mark as read" rule and call it "undo bold
text." Oulook should not try to pretend it has a "mark as read" rule
when it really doesn't have one. Some manager/programmer came up with
a fake rule in that case.


Strictly speaking, isn't the envelope icon indicative of 'new, unopened items'?
Just because a rule marks a message as read, it doesn't change the fact
that the message is new and unopened.

--
-f.h.


  #33  
Old April 4th 08, 09:46 AM posted to microsoft.public.outlook
fpbear
external usenet poster
 
Posts: 20
Default The infamous unread email flag bug

"Diane Poremsky {MVP}" wrote in message
...
The problem is that everyone calls it an unread message alert - it's a new
mail alert and is only there when you have new mail. If you have older
unread mail, it will not show. As soon as you read 1 message (even if you
have 50 new ones), it disappears because you should know there is new mail
in your inbox. When you close outlook the icon disappears because outlook
is closed and when you restart, for at least a few seconds, there isn't
any *new* mail - so no icon.


I see, now that makes sense. I think this confusion arises because the tray
icon uses the marked as read mechanism to make the flag disappear, at least
for the first message.

I still can't figure out why the "mark as read" rule does not cause the same
effects on the tray icon envelope as when a human does it.

Outlook should have another rule called "mark as read while simulating a
human" that produces the correct behavior.

  #34  
Old April 4th 08, 01:58 PM posted to microsoft.public.outlook
Brian Tillman
external usenet poster
 
Posts: 17,443
Default The infamous unread email flag bug

fpbear wrote:

I still can't figure out why the "mark as read" rule does not cause
the same effects on the tray icon envelope as when a human does it.


Because, as Mr. Muffman said, "mark as read" doesn't mean "opened".

Outlook should have another rule called "mark as read while
simulating a human" that produces the correct behavior.


Now you're being silly.
--
Brian Tillman [MVP-Outlook]
  #35  
Old April 4th 08, 06:08 PM posted to microsoft.public.outlook
AliasJ
external usenet poster
 
Posts: 17
Default The infamous unread email flag bug

Well, this has been lively.

If you want to get the functionality for which you are looking, you'll
have to do it in Outlook VBA, with calls to WIN32 APIs. See:
http://www.outlookcode.com/d/code/clearenvicon.htm
  #36  
Old April 4th 08, 07:21 PM posted to microsoft.public.outlook
Diane Poremsky {MVP}
external usenet poster
 
Posts: 1,260
Default The infamous unread email flag bug

or for a very low cost, buy an add-in - http://www.techhit.com/autoread/

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:


** Please include your Outlook version, Account type, and Windows Version
when requesting assistance **


"AliasJ" wrote in message
...
Well, this has been lively.

If you want to get the functionality for which you are looking, you'll
have to do it in Outlook VBA, with calls to WIN32 APIs. See:
http://www.outlookcode.com/d/code/clearenvicon.htm

  #37  
Old April 5th 08, 05:02 AM posted to microsoft.public.outlook
fpbear
external usenet poster
 
Posts: 20
Default The infamous unread email flag bug

"Brian Tillman" wrote in message
Because, as Mr. Muffman said, "mark as read" doesn't mean "opened".


Then if we choose to play with words Microsoft needs to create another rule
called "mark as opened."

This is a problem for the ordinary corporate user. Search the web and
you'll find thousands of complaints on this.

  #38  
Old April 5th 08, 06:09 AM posted to microsoft.public.outlook
F.H. Muffman
external usenet poster
 
Posts: 436
Default The infamous unread email flag bug

Because, as Mr. Muffman said, "mark as read" doesn't mean "opened".

Then if we choose to play with words Microsoft needs to create another
rule called "mark as opened."


I wasn't trying to play with words. I was simply using the words that are
there. You want the words to mean something they don't, not me.

This is a problem for the ordinary corporate user. Search the web and
you'll find thousands of complaints on this.


a) Then train your corporate users.
b) And I see millions of Outlook users who aren't complaining, notable by
the lack of complaints.

I'm just thinking that this is something you need to accept and move on.
If you want Microsoft to fix it, call the support line, say what's broken
and ask them to open a bug. If they won't, ask for a supervisor. Keep asking
for one until they open a bug and give you a bug number.

Take that however you want.
--
-f.h.


  #39  
Old April 5th 08, 09:09 AM posted to microsoft.public.outlook
fpbear
external usenet poster
 
Posts: 20
Default The infamous unread email flag bug

"F.H. Muffman" wrote in message
.com...

a) Then train your corporate users.
.....


"Corporate Training Manual for Outlook Section 44.2"

"When you mark mail read by clicking on it, your new mail notification will
disappear from the task tray."

"When you mark mail read using a rule, the new mail notification will not
disappear."

"If you right-click on the message that is marked read via the rule, and
then you manually mark it un-read, the tray notification will disappear."

"This is by design, because when you mark mail read using a rule, Outlook
knows you didn't really mean to do that. Whereas if you mark it read by
clicking on it, then you must have done it on purpose. This is Outlook's
way of protecting you."

"There is another new protection feature from our IT department: when you
configure an automatic Out of Office notification, it won't be sent when
you're away from your desk. This is because you are not really out of the
office unless you turn off the computer. When you physically press the
power button, the notification will be sent."


  #40  
Old April 7th 08, 01:31 PM posted to microsoft.public.outlook
Brad[_2_]
external usenet poster
 
Posts: 3
Default The infamous unread email flag bug

I had this same problem, but I found a solution to the bug. I get three or four emails a day from various administrators notifying me of updated/new/deleted procedures. I don't need to read them so I had Outlook mark them as read and move them to another folder. When Outlook moves unread, unopened email to another folder the tray icon does not appear, but since Outlook was first marking them as read and then moving them to a new folder the tray icon would remain, even if I later opened that folder and read the newly received email.

Solution: I made two separate rules- the first moves the mail to a new folder and the second marks it as read. This circumvents the bug (which is a bug, obviously) and allows me to focus on the emails that I actually need to read.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving Flag Status flag in Outlook 2007 Gary C. Outlook - Installation 1 June 20th 07 12:13 AM
Setting email reminder fields for messages (e.g. reply-by, flag, e KitCaz Outlook and VBA 0 June 3rd 07 05:29 PM
POP Server Email Read Flag? news.onenet.net Outlook - General Queries 1 October 14th 06 11:20 PM
The infamous FROM field Jon LaBarge Outlook - General Queries 2 May 20th 06 10:30 PM
Possible fix for infamous "Enter Network Password" nag? Milhouse Van Houten Outlook - General Queries 0 April 15th 06 09:18 PM


All times are GMT +1. The time now is 03:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Loans - Bad Credit Mortgages - Debt Management - Books - Shares