HTML in in Lotus notes
-
Hi all, I have a web application written in c# and I am trying to export an HTML formatted message to Lotus Notes. Here's is the code I am using SendEMail sendEmail = new SendEMail(); sendEmail.From = "EMailSender@whatever.com"; sendEmail.To = "EMailReceiver@whatever.com"; sendEmail.Subject = "Completed and Scheduled Changes"; sendEmail.Body = sMessage; sendEmail.Send(sMessage); The sMessage is in HTML, however that doesn't work. Any help will be much appreciated Thanks Tony
-
Hi all, I have a web application written in c# and I am trying to export an HTML formatted message to Lotus Notes. Here's is the code I am using SendEMail sendEmail = new SendEMail(); sendEmail.From = "EMailSender@whatever.com"; sendEmail.To = "EMailReceiver@whatever.com"; sendEmail.Subject = "Completed and Scheduled Changes"; sendEmail.Body = sMessage; sendEmail.Send(sMessage); The sMessage is in HTML, however that doesn't work. Any help will be much appreciated Thanks Tony
-
How do you mean with "that doesn't work"? You get an error? The layout isn't what you want in lotus notes? Lotus notes translates the html to text? ...