We have a process where we take inbound emails related to cases/incidents and create an open 'task' for the user to manage. As part of this process, I grab the details of the email and create the task description.
I am able to get the Email.Sender and the Email.ToRecipients to a string, but I can't seem to get the CC list on the email. I check Email.Cc in the post create of the email, but nothing is there, even though i know there are Cc reciepnts on the email.
I know it's an activity party list, but if you try to enumerate through the list, the count is '0'.
What am I missing here??