I am creating a C# plugin, and I am having some issues sending an email to a list of emails.
From a workflow activity, I returned a list of emails in a string, but it looks like the OOB Send Email activity requires a lookup for the To/CC/BCC fields.
Is there a way I can accomplish this?
I have tried looking at this sample from Microsoft, but I cannot for the life of me find where the Email class is defined: https://msdn.microsoft.com/en-us/library/hh210217.aspx
Thanks,
*This post is locked for comments