Hello,
I am currently reading in the ‘proxyAddresses’ attribute from Active Directory accounts. When retrieving these it is returned like this:
object[8] { “prop1”, “prop2”, “prop3”, “prop4”, “prop5”, “prop6”, “prop7”, “prop8” }
I blocked off most of the image as I’m not sure if I am allowed to be sharing it but you can see it is object[8]. How can I loop through this to pull each individual string out?
Thanks!