HI, I am trying to send a simple notification using system.net.mail.mailmessage. I just pass the string as the message body. But problem is even though multi-line message be
Set the IsBodyHTML to false:
ms.IsBodyHtml = false;
By default it is false but it appears you have set it to true somewhere as outlook thinks it is HTML.