Thanks for you help! I have used the link which is provided by you and sent a mail to both Outlook and Lotus Notes, both are same mail with no chages. //if Lotus Notes AlternateView plainView = AlternateView.CreateAlternateViewFromString("This is my plain text content, viewable by those clients that don't support html", null, "text/plain"); //if Outlook AlternateView htmlView = AlternateView.CreateAlternateViewFromString("<b>this is bold text, and viewable by those mail clients that support html</b>", null, "text/html"); This is not happening. I am getting only the HTML message on both the cases
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]