How do I stream attachments that are currently stored in an SQL database I am trying to create a Windows Service to send mail with attachments.
If it is too complex are there any alternatives
How do I stream attachments that are currently stored in an SQL database I am trying to create a Windows Service to send mail with attachments.
If it is too complex are there any alternatives
Stream attachments from SQL database for Mail
onethird13
System.Net.Mail.MailMessage
System.Net.Mail.Attachment
System.Net.Mail.SmtpClient
rundkaas
I saw in a another forum, there is something called aspNetEmail using a 3rd party dll to stream attachments.