check if mail exists

  • Thread starter Thread starter Lynn
  • Start date Start date
L

Lynn

hi,
i am using a macro to save mails to my c drive as *.msg files. However i
find that some mails will never be saved as *.msg which i don't know why.
how can i incorporate a checking process in my macro to check if all files
are copied successfully?
thanks
 
Hi Lynn,

the FileSystemObject of the Scripting Runtime can be you friend, again.
Just check after the Save method, whether the file exists or not.
 
Back
Top