sending email with attachment w/out filesystem

  • Thread starter Thread starter Trapulo
  • Start date Start date
T

Trapulo

How can I send an email with attachments without save the file on the file
system? With MailMessage I can only attach a file from file system, but I
have the file as byte array and I wan't save-read-delete data (I'm on a
webserver, the file is posted).

thanks
 
Back
Top