how to catch folder in folder remove

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

when delete a folder which is under Inbox permanently(inbox/subfolder) then
folder_remove event is called. But it does not allow to access removed
folder. Is there any way to access removed folder.
 
Also whe i rename a folder folder_change event is called which allow to
access folder and it returns the new name for folder. Is it possible to get
old name also? means which folder was rename? can we get both name i.e. old
name and new name
 
No and no. You would have to cache the old folder names and locations and
see which are different or missing. That information isn't handed to you.
 
Back
Top