![]() |
| 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. |
|
|||||||
| Tags: automatically, folder, item, move |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How we create rules and alerts to transfer the item item from one folder to
another folder automatically Regards, Venkat |
| Ads |
|
#2
|
|||
|
|||
|
Rules can only be created in code with Outlook 2007. Otherwise, you need to
monitor the ItemAdd event for an Items collection declared globally in a module using the WithEvents keyword. The Items collection needs to be set to the MAPIFolder.Items collection of the folder you want to monitor. Keep in mind that if large amounts of items are submitted to a folder at the same time (usually greater than 16), there is a good chance it will not be caught by the ItemAdd event. A more complicated but better alternative for Exchange Server deployments is to build an Event Sink. -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Venkat" wrote: How we create rules and alerts to transfer the item item from one folder to another folder automatically Regards, Venkat |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copy mail item to one folder and then move it to another folder | LDMueller | Outlook - Using Forms | 1 | September 15th 06 04:15 PM |
| After I've moved a note from Inbox to folder A, I can't move it to Folder B. | david.f.jenkins@usa.net | Outlook - General Queries | 0 | August 9th 06 11:46 PM |
| why do messages move to deleted folder automatically? | Joshua51 | Outlook - General Queries | 1 | August 1st 06 07:25 PM |
| Public folder calendar item automatically copied to private calendar ? | Manuelp | Outlook - General Queries | 6 | June 27th 06 10:56 PM |
| automatically move spam emails to a junk folder | Tony Young | Outlook - General Queries | 5 | February 18th 06 02:53 PM |