before folder move event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top