A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Cross Message Store copy or move



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 17th 08, 03:52 PM posted to microsoft.public.outlook.program_addins
Kevin
external usenet poster
 
Posts: 2
Default Cross Message Store copy or move

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  
Old July 17th 08, 06:31 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Cross Message Store copy or move

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:34 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-2025 Outlook Banter.
The comments are property of their posters.