Send MIME-encoded file as e-mail in C#
Posted
by Matthias
on Stack Overflow
See other posts from Stack Overflow
or by Matthias
Published on 2010-01-14T12:57:35Z
Indexed on
2010/04/15
11:03 UTC
Read the original article
Hit count: 595
Hi folks,
I've got the problem that I have a MIME-encoded file with all relevant mail information (subject, from, to, ...) and want to send it over a defined SMTP server via C#.
I've looked at the MailMessage class and searched for a solution, but I couldn't find something fitting. Are you able to help me?
Thanks, Matthias
© Stack Overflow or respective owner