The Folders collection has a FolderRemove event you can subscribe to, but it
doesn't tell you which folder was deleted (it fires after the deletion). If
the folder is deleted and goes to the Deleted Items folder you can catch the
ItemAdd event on the Items collection of that folder but if the user
hard-deletes (Shift+Delete) and bypasses the Deleted Items folder the only
thing you can do is to search all folders that are in existence after the
deletion and see what's missing that was there before.
FolderRemove can not be canceled.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Voi Coi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> How can I detech folder deleted event and get information about deleting
> folder? this event can be cancelled?
>
> thanks,
> Tuan Anh,
>
>