I have the following code, I'm returning results that are associated with the userId, I then want to loop through the results and build a collection and return it back to the UI.... public List<UserEmails> LoadUsersInbox(Int64 userId, int status)
{
...