Stories recently tagged with 'MailMessage'

Adding Save() functionality to Microsoft.Net.Mail.MailMessage(codeproject.com)

submitted by jamesewelchjamesewelch(2275) 3 years, 4 months ago

The MailMessage class provides functionality using the SmtpDeliveryMethod.SpecifiedPickupDirectory of SmtpClient to generate the emails to a file folder. However, I needed to control the filename used to output the email instead of using the SmtpClient's random Guid() approach. read more...

add a comment |category: |Views: 132

tags: another