It would be nice if the API returned generic types where appropriate for lists such as headers. to/cc addresses. parts etc.
Thanks...
rob [at] rnwood.co.uk.
Hello Everbody,
my requirements are to read a mht(which is encoded MIME) file and than create a MailMessage to send..
i have tried with this code but it does not work. I see only an emty E-Mail! Any idea ahy?
thank you
MailMessage mail = new MailMessage();
mail.From = new MailAddress("email@domain.eu");
String To = "email@domain.eu";.