Hi All,
i have created a mail using some plugin code
i have following text to be set for email desciption
"Hi Meeting is booked........."
above text i need to set for email description field with new line.
i.e
Hi,
Meeting is booked
.........
right now i have written below line.
Email.Attributes["description"]="Hi Meeting is booked.........".
instead of this line what should i write for displaying some text in new line?