![]() |
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'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!!!!! |
Ads |
#2
|
|||
|
|||
![]() 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!!!!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Rule - from specific sender which contains... | [email protected] | Outlook and VBA | 4 | March 15th 07 01:29 PM |
Rule to block specific attachment type | Ken | Outlook - General Queries | 3 | November 16th 06 03:03 AM |
How to run a rule only during specific time periods? | Alan | Outlook - General Queries | 2 | September 26th 06 07:26 PM |
how do i set up a rule to send from a specific account ? | Hammh | Outlook - Installation | 2 | September 26th 06 09:19 AM |
Clear Flag for follow up items macro | dim4x4 | Outlook and VBA | 4 | May 5th 06 02:48 PM |