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

Match Emails based on text in subject



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 26th 07, 03:35 PM posted to microsoft.public.outlook.program_vba
RebekahK20_pontiac via OfficeKB.com
external usenet poster
 
Posts: 1
Default Match Emails based on text in subject

Hello. I have a rule in place to move all messages containing certain
subjects to a seperate folder. For the incoming task assignment, and the same
folder for the task acceptance notice. I know need to have outlook find the
matched emails applying to the same task id # and delete those, leaving only
the un assigned items?

Is there any easy way to do this?

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...g-vba/200709/1

  #2  
Old September 26th 07, 04:46 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Match Emails based on text in subject

This wouldn't be terribly difficult. You can probably code the move action
for incoming messages along with trapping the task assignments by calling a
script from a rule:

How to create a script for the Rules Wizard in Outlook:
http://support.microsoft.com/default...;en-us;q306108

Or code the entire thing and bypass the Rules Wizard altogether:

How to create a custom rule in Outlook 2000 by using Visual Basic for
Applications:
http://support.microsoft.com/Default.aspx?kbid=235852

You will most certainly need to obtain MAPIFolder references to your
destination folders to use with any Item.Move methods, and also to inspect
the Items collection to find related e-mails using matches on object property
values by way of the Restrict method.

Let me know if you have any more questions.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"RebekahK20_pontiac via OfficeKB.com" wrote:

Hello. I have a rule in place to move all messages containing certain
subjects to a seperate folder. For the incoming task assignment, and the same
folder for the task acceptance notice. I know need to have outlook find the
matched emails applying to the same task id # and delete those, leaving only
the un assigned items?

Is there any easy way to do this?

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...g-vba/200709/1


 




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
Need help with auto reply based on text in body Adam_Rogers Outlook and VBA 2 March 8th 07 05:15 AM
anything capable to delete junk mails based on body text? zero Outlook Express 7 December 19th 06 10:50 PM
Creating macro that will sort emails into folders based on text in body mugginns Outlook and VBA 5 October 3rd 06 07:49 AM
Forward emails based on text in body of e-mail [email protected] Outlook and VBA 0 August 24th 06 04:37 PM
Move mail to a folder based on 2 different words in the subject fi Alan Kirkham Outlook and VBA 2 February 14th 06 02:34 PM


All times are GMT +1. The time now is 06:30 AM.


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.