basichttpbinding

WCF Client consuming ASMX Web Service with Soap Header

...

WCF + SmtpClient: only works in a Windows 2008 environment

Hello all, Continuing the discussion started in another post: I used windows service to host a WCF mail sender. The service itself is quite simple: it uses a DataContract to get the basic System.Net.Mail.MailMessage class properties (supports attachment - please see the mentioned post, code by edosoft) and the System.Net.Mail.SmtpClient...