![]() |
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
|
|||
|
|||
![]()
Is there anyway to get notifications or events of cross message store copies
or moves either through an Exchange Client Extension or an Outlook Com Add-in? Thanks in advance, Kevin |
#2
|
|||
|
|||
![]()
For an ECE you should ask in microsoft.public.win32.programmer.messaging,
that's where the MAPI programmers hang out. For the Outlook object model you can subscribe to events in any folder in any open store, so you could handle Folder.Items.ItemAdd() in any loaded folder. You can handle Folder.Items.ItemRemove() in any likely source folder but that event fires after the item was moved/deleted and doesn't tell you what item was affected. For Outlook 2007 you can use the Folder.BeforeItemMove() event which tells you which item will be moved and where. If the second parameter is null that means the item is being deleted. That event can also be canceled. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Kevin" wrote in message ... Is there anyway to get notifications or events of cross message store copies or moves either through an Exchange Client Extension or an Outlook Com Add-in? Thanks in advance, Kevin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Move appears to copy | JoeLiuzzo | Outlook and VBA | 2 | March 7th 08 08:51 PM |
attachments "access . . denied" after store move | [email protected] | Outlook Express | 3 | November 8th 06 05:24 PM |
Rules do not move message, they copy, How to stop this? | J | Outlook - General Queries | 3 | September 13th 06 12:34 AM |
Make move mean copy.. | Slick_lar | Outlook and VBA | 7 | August 25th 06 04:36 AM |
Can not move or copy message having "flag complete" | Vinayakc | Add-ins for Outlook | 1 | February 23rd 06 03:48 PM |