Hi
I am retrieving crm records and sending email to users using c#. How can I format description to show records line by line or in table format ?
email["subject"] = "Contact Created This Week";
email["description"] = FL;
Fl is the string list containing record names. Thanks
*This post is locked for comments