check if mail exists

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
 
M

Michael Bauer

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.
 
Top