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