One of the columns in my datatable contains a string array (System.String) containing an unknown number of email addresses. I cannot seem to figure out how to loop through the items within this array.
I thought this would be as easy as looping through the datatable rows and looping through the items in the string array - but I’m clearly missing something…
The “ToArray” method doesn’t seem to be supported. It didn’t appear in the intellisense menu and gives the above error when I type it out unfortunately.