![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
My mailbox has grown to over 10K messages, and I need a way to
determine which conversations (threads) have the most entries in them. I've found I can delete a lot of messages by deleting all but the last conversation, because the last one contains the entire thread. Is there VBA code somewhere to be able to count the number of messages in each conversation and dump it somewhere - the immediate window or to a text file? Any help would be appreciated. Minntac |
Ads |
#2
|
|||
|
|||
![]()
Each message in a thread has the same ConversationTopic value. The first
message in the thread has a ConversationIndex that is 22 bytes long. Each subsequent member of the thread increases the length of ConversationIndex by 5 bytes (a date/time struct). So you can filter or restrict an Items collection of item in a folder based on a ConversationTopic value and then count the lengths of ConversationIndex to find the last items in the thread. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm wrote in message ... My mailbox has grown to over 10K messages, and I need a way to determine which conversations (threads) have the most entries in them. I've found I can delete a lot of messages by deleting all but the last conversation, because the last one contains the entire thread. Is there VBA code somewhere to be able to count the number of messages in each conversation and dump it somewhere - the immediate window or to a text file? Any help would be appreciated. Minntac |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Does anyone now how to make Outlook 2007 function like Gmail'sarchive features, where archived messages will reappear if a new message comesin with the same "conversation"? | [email protected] | Outlook - General Queries | 2 | November 30th 07 07:20 PM |
Unread messages count incorrect on login screen | molim | Outlook Express | 3 | August 2nd 07 01:22 AM |
Group messages by conversation, missing in Outlook? | Trond Svendsen | Outlook - General Queries | 3 | November 7th 06 01:08 PM |
Detect read messages count changed | xhantt | Add-ins for Outlook | 0 | February 14th 06 04:06 PM |
Advanced views.."By Conversation". Is it possible to have a view where I see only the first Item of a conversation? | [email protected] | Outlook - General Queries | 2 | February 1st 06 08:41 PM |