View Single Post
  #2  
Old March 12th 07, 02:01 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default before folder move event

No. In Outlook 2003, the best you get is MAPIFolder.Folders.FolderRemove for the moved folder's parent and FolderAdd for the target folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DavidH&P" wrote in message ...
Hi,

I'm using the event : MAPIFolderEvents_12_BeforeFolderMoveEventHandler with
Outlook 2007 to detect if the user is deleting the current folder.

Is there an equivalent for Outlook 2003 ?

Thanks,

David

Ads