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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Message thread management



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 10th 08, 04:11 PM posted to microsoft.public.outlook.general,microsoft.public.outlook.program_vba
M. Eteum
external usenet poster
 
Posts: 4
Default Message thread management

How would one thread messages by conversation that include all
conversation including the original sender(kind of the newsgroup threads)?

The View - Arrange By - COnversation do not include my reply to the
thread but others. How do I tell outlook 2003 to also include my reply
as well?

Thanks.

M.
Ads
  #2  
Old January 10th 08, 04:21 PM posted to microsoft.public.outlook.general,microsoft.public.outlook.program_vba
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Message thread management

you can't tell it to include the reply - if the subject line is correctly
formatted, the messages will group together properly. If the mail client
adds spaces before the Re, it will not group correctly. This happens most
often when the replies come from a mix of mail clients.

--
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:



"M. Eteum" wrote in message
...
How would one thread messages by conversation that include all
conversation including the original sender(kind of the newsgroup threads)?

The View - Arrange By - COnversation do not include my reply to the
thread but others. How do I tell outlook 2003 to also include my reply as
well?

Thanks.

M.


  #3  
Old January 10th 08, 04:33 PM posted to microsoft.public.outlook.general,microsoft.public.outlook.program_vba
M. Eteum
external usenet poster
 
Posts: 4
Default Message thread management

Diane Poremsky [MVP] wrote:
you can't tell it to include the reply - if the subject line is
correctly formatted, the messages will group together properly. If the
mail client adds spaces before the Re, it will not group correctly. This
happens most often when the replies come from a mix of mail clients.


Is there a way to fix this, perhaps running it thru a simple filter that
has a bit more intelligent than the outlook engine, e.g. using a pattern
matching right-to-left-of-the-subject-line instead of right-to-left to
avoid issues such as spaces, double etc.

If possible, how do I redirect all messages(incoming & outgoing) thru
this filter prior to the outlook engine?

Thanks.

M.
  #4  
Old January 10th 08, 05:36 PM posted to microsoft.public.outlook.general,microsoft.public.outlook.program_vba
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Message thread management

The subject field in an open message is editable - so try editing the
subjects so all are identical (may need to add to the original message
in the thread or remove it from the others) then group by subject. If that
fails, the fields the grouping fails on are not editable.

--
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:



"M. Eteum" wrote in message
...
Diane Poremsky [MVP] wrote:
you can't tell it to include the reply - if the subject line is correctly
formatted, the messages will group together properly. If the mail client
adds spaces before the Re, it will not group correctly. This happens most
often when the replies come from a mix of mail clients.


Is there a way to fix this, perhaps running it thru a simple filter that
has a bit more intelligent than the outlook engine, e.g. using a pattern
matching right-to-left-of-the-subject-line instead of right-to-left to
avoid issues such as spaces, double etc.

If possible, how do I redirect all messages(incoming & outgoing) thru this
filter prior to the outlook engine?

Thanks.

M.


  #5  
Old January 10th 08, 08:42 PM posted to microsoft.public.outlook.general,microsoft.public.outlook.program_vba
Brian Tillman
external usenet poster
 
Posts: 17,452
Default Message thread management

M. Eteum wrote:

Is there a way to fix this, perhaps running it thru a simple filter
that has a bit more intelligent than the outlook engine, e.g. using a
pattern matching right-to-left-of-the-subject-line instead of
right-to-left to avoid issues such as spaces, double etc.

If possible, how do I redirect all messages(incoming & outgoing) thru
this filter prior to the outlook engine?


In addition to what Diane said, keep in mind that your replies are likely in
the Sent Items folder and not your Inbox or whatever folder contains the
message to which you replied (but I'm sure you know that), so even a "by
conversation" view won't show messages that aren't in that folder. You
might consider a search folder that encompasses both your Inbox and Sent
Items folders.
--
Brian Tillman [MVP-Outlook]

  #6  
Old January 11th 08, 07:26 PM posted to microsoft.public.outlook.general,microsoft.public.outlook.program_vba
M. Eteum
external usenet poster
 
Posts: 4
Default Message thread management

Brian Tillman wrote:
M. Eteum wrote:

Is there a way to fix this, perhaps running it thru a simple filter
that has a bit more intelligent than the outlook engine, e.g. using a
pattern matching right-to-left-of-the-subject-line instead of
right-to-left to avoid issues such as spaces, double etc.

If possible, how do I redirect all messages(incoming & outgoing) thru
this filter prior to the outlook engine?


In addition to what Diane said, keep in mind that your replies are
likely in the Sent Items folder and not your Inbox or whatever folder
contains the message to which you replied (but I'm sure you know that),
so even a "by conversation" view won't show messages that aren't in that
folder. You might consider a search folder that encompasses both your
Inbox and Sent Items folders.


Thanks Diane & Brian. I can see the problem here that the thread
mechanism is using the subject title as the grouping name. And yes, I've
seen the somewhere.

0-) Would it be possible to write a filter/handler prior to
sending/receving email? If possible,

1-) how do I insert it so outlook would re-direct all incoming/outgoing
thru this filter?
2-) is there any simple filter/handler example, e.g. prepend the word
TEST on the subject line (after the if it exist), using simple VBA
scripts or C#.

Thanks,

M.
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
·ÖÎöÓʼþÍ·thread index wufandercarluo@sina.com Outlook - General Queries 0 February 5th 07 07:13 AM
MAPILogon failes when not used in GUI-Thread DanielH Outlook and VBA 4 June 8th 06 06:56 PM
Conversation Thread Raffi Bearmant Outlook - General Queries 0 January 13th 06 05:45 AM
How can I delete a thread in a newsgroup? Mike G Outlook Express 4 January 13th 06 01:21 AM
Reply/Forward Keeps Running Thread in one Message Instead of Separ Delnang Outlook - Using Forms 0 January 9th 06 03:27 PM


All times are GMT +1. The time now is 02:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.