FolderAdd

  • Thread starter Thread starter Chris Koiak
  • Start date Start date
C

Chris Koiak

Are there any known issues with the FolderAdd event? I'm
having trouble getting it to fire for an 'New Folder' but
it fires OK for a folder that is moved into the directory?

Thanks

Chris
 
I haven't had any problems with that event, show the relevant portions of
your code.
 
I seem to have got round it now. I wasn't holding an
explicit reference to the folders collection, only the
folder object itself. This was not needed in my test
program but now seems to be needed when I integrate in
with my other code. :-S

Thanks for the prompt reply.

Chris
 
Back
Top