![]() |
Using a Rule to Clear a Flag for a specific message
Hello, I'm trying to setup a rule that will cause a flag to be cleared on a
sperate message when a new specificially formatted message is received. Basically I will be sending an email which will state: Shipment History Request for 12345678. I CC myself on that message and it automatically flags the message for me. When the response for that comes ( Shipment History Request for 12345678), I want outlook to clear the flag on the message that I had sent previously so that I know the issue has been resolved without me having to look though all the folders in my email account. I have a fair working knowledge of VB and rule creating, I'm just having difficulties finding a way to clear flags on other messages, not just the one your in. Thank You for any help you can provide!!!!! |
Using a Rule to Clear a Flag for a specific message
Wouldn't it be easier to flag the sent email instead of sending a CC? you can use the ItemAdd event of the Inbox. When an email comes in with the proper subject then use the Restrict function to find the email with the same ConversationTopic property in the Inbox (cc) or Sent Items. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Organize eMails: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Mon, 16 Jul 2007 13:20:02 -0700 schrieb DJracer: Hello, I'm trying to setup a rule that will cause a flag to be cleared on a sperate message when a new specificially formatted message is received. Basically I will be sending an email which will state: Shipment History Request for 12345678. I CC myself on that message and it automatically flags the message for me. When the response for that comes ( Shipment History Request for 12345678), I want outlook to clear the flag on the message that I had sent previously so that I know the issue has been resolved without me having to look though all the folders in my email account. I have a fair working knowledge of VB and rule creating, I'm just having difficulties finding a way to clear flags on other messages, not just the one your in. Thank You for any help you can provide!!!!! |
All times are GMT +1. The time now is 07:57 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-2006 OutlookBanter.com