Using SendEmailRequest, i wanna send List of Open Cases with the following detail:

I already retrieve opty records using queryexpression. How to make email description like above ?
Email email = new Email
{
To = new ActivityParty[] { toParty },
From = new ActivityParty[] { fromParty },
Subject = "Send Email",
Description = " ",
DirectionCode = true
};
*This post is locked for comments
I have the same question (0)