Hi I am having a button which shoots some mail.mail goes to lotus users as well as exchange(outlook) users.In Lotus formatting works perfect but in exchange add new line funtion does not work and the data comes in one line I am pasting my sample code can some one guide me what can i use to view the data line wise in outlook.
all crtitem2.AddNewLine( 1 )
Call crtitem2.AppendText("PR is Approved by Manager/HOD"+" "+udoc.man(0))
Call crtitem2.AddNewLine( 1 )
Call crtitem2.AppendText("PR is Approved by "+" "+udoc.bu(0)+" "+udoc.pdiv1(0))
Call crtitem2.AddNewLine( 1 )