Attachment.SaveasFile Method: How to Check if Success ?

  • Thread starter Thread starter Terry Coccoli
  • Start date Start date
T

Terry Coccoli

Does this method return a value that can be interrogated, or is there
another way to determine whether the Save was successful?
 
You'll get an error if it isn't successful. You could also use
FileSystemObject methods to check whether the file exists.
 
Back
Top