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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top