![]() |
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |