I am using \"System.Web.Mail\" to send e-mail via SMTP using C# with my following code. It is working but I think It is obsolete
So I want use \"
Take a look at this: SmtpClient.Send
SmtpClient substitutes SmtpMail and works almost exactly the same.