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

Outlook mailbox organization by Reply string elimination



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 6th 08, 06:38 PM posted to microsoft.public.outlook.program_vba
brbillin
external usenet poster
 
Posts: 2
Default Outlook mailbox organization by Reply string elimination

Never used VB in Outlook. Want to create a macro that will automatically
delete older messages with same content as the reply message. I'm sure this
isn't a new idea, but can't seem to find anything readily available.
Ads
  #2  
Old August 7th 08, 09:00 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Outlook mailbox organization by Reply string elimination

Do you mean that you want to look for other messages that have the exact
same body content as the message you are replying to?

Where would these older messages be - in the same folder or possibly
anywhere?

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
President
Collaborative Innovations
- Try Picture Attachments Wizard 2.0 For Microsoft Outlook -
- Take your SharePoint content offline -
- More info: http://www.collaborativeinnovations.ca -
Blog: http://blogs.officezealot.com/legault


"brbillin" wrote in message
...
Never used VB in Outlook. Want to create a macro that will automatically
delete older messages with same content as the reply message. I'm sure
this
isn't a new idea, but can't seem to find anything readily available.


  #3  
Old August 13th 08, 01:29 AM posted to microsoft.public.outlook.program_vba
brbillin
external usenet poster
 
Posts: 2
Default Outlook mailbox organization by Reply string elimination

All messages would be in the inbox. As a new message arrives in the inbox I
would like to look through the mailbox and delete anything with the same
reply string. This could probably key off the subject (seeking other
messages with same subject and older contents).

The idea is to delete messages with the same content or reply string.
Instead of keeping 3 messages which are all sequentail replies it would only
keep the message with most complete reply thread thus clearing older 2
messages from the mailbox (since the latest relpy contains them all) and
reducing mail organization time.

The more I think about it the more complicated it seems. Further
development might include copying all attachements from previous messages
within the reply string to the current message thus not loosing any content
in previous replies and keeping a complete record of the conversation.

"Eric Legault [MVP - Outlook]" wrote:

Do you mean that you want to look for other messages that have the exact
same body content as the message you are replying to?

Where would these older messages be - in the same folder or possibly
anywhere?

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
President
Collaborative Innovations
- Try Picture Attachments Wizard 2.0 For Microsoft Outlook -
- Take your SharePoint content offline -
- More info: http://www.collaborativeinnovations.ca -
Blog: http://blogs.officezealot.com/legault


"brbillin" wrote in message
...
Never used VB in Outlook. Want to create a macro that will automatically
delete older messages with same content as the reply message. I'm sure
this
isn't a new idea, but can't seem to find anything readily available.


  #4  
Old August 13th 08, 07:12 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Outlook mailbox organization by Reply string elimination

Take a look at using ConversationTopic instead of the Subject line.
ConverationIndex is unique for each message in the conversation , if that's
of any help.

Anyway, use the ConversationTopic property with the Restrict method or
AdvancedSearch object to create a collection of items which meet your
criteria and delete the messages you don't want.

If you want to copy attachments between messages without first saving them
to a file, you'll have to use Redemption (http://www.dimastr.com).

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
President
Collaborative Innovations
- Try Picture Attachments Wizard 2.0 For Microsoft Outlook -
- Take your SharePoint content offline -
- More info: http://www.collaborativeinnovations.ca -
Blog: http://blogs.officezealot.com/legault


"brbillin" wrote in message
...
All messages would be in the inbox. As a new message arrives in the inbox
I
would like to look through the mailbox and delete anything with the same
reply string. This could probably key off the subject (seeking other
messages with same subject and older contents).

The idea is to delete messages with the same content or reply string.
Instead of keeping 3 messages which are all sequentail replies it would
only
keep the message with most complete reply thread thus clearing older 2
messages from the mailbox (since the latest relpy contains them all) and
reducing mail organization time.

The more I think about it the more complicated it seems. Further
development might include copying all attachements from previous messages
within the reply string to the current message thus not loosing any
content
in previous replies and keeping a complete record of the conversation.

"Eric Legault [MVP - Outlook]" wrote:

Do you mean that you want to look for other messages that have the exact
same body content as the message you are replying to?

Where would these older messages be - in the same folder or possibly
anywhere?

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS
2007
& WSS 3.0 Application Development)
President
Collaborative Innovations
- Try Picture Attachments Wizard 2.0 For Microsoft Outlook -
- Take your SharePoint content offline -
- More info: http://www.collaborativeinnovations.ca -
Blog: http://blogs.officezealot.com/legault


"brbillin" wrote in message
...
Never used VB in Outlook. Want to create a macro that will
automatically
delete older messages with same content as the reply message. I'm sure
this
isn't a new idea, but can't seem to find anything readily available.


 




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
Search a string with Outlook 2000 and VBA Jpgoyen Outlook and VBA 1 November 22nd 07 04:51 PM
If I upgrade to Outlook from OE, do I lose folder organization, message rules, anything? RE Outlook Express 2 January 23rd 07 09:12 PM
How do I set up Outlook for a small organization? New Creation Fowler Outlook - Installation 1 July 19th 06 10:30 PM
Outlook 2003 ADO connection string for use with VBScript... M Scott S Outlook and VBA 14 May 31st 06 11:14 PM
how to use multiple reply mail addresses from one mailbox Frank Outlook - Installation 4 May 18th 06 09:45 AM


All times are GMT +1. The time now is 04:42 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.