Re: Delete file after sending

"[email protected] [blat]" <[email protected]> 04 Jul 2016 06:25:58 -0700
Newsgroups gmane.mail.blat
Message-ID <[email protected]>
can you consider a flag or something? 

 Maybe people do not want to delete it but want to move it off to another folder for archive (validation if people call asking why they didn't receive the email or legal purposes as proof it was sent). I am aware of the log file.
 

 might need two? 
 

 -OnSuccess <attribute>
 -OnFailure <attribute>
 

 if email address provided as argument then it emails the email addy provided.
 

 if UNC then it saves the attachment at the location (what may be 'kewl' would be to also save the blat execution string for that one attachment using the attachment name and extension of .bat
 

 if <delete> then deletes the file completely (warning - completely deletes does not leave a copy in the trash/wastebasket)
 

 if <waste> it deletes it but leaves it in the wastebasket/trashbin (depending on what you coded this?)
 

 just a thought