I am working with the Exchange Web Services Managed API, with contact data. I have the following code, which is functional, but not ideal:
foreach (
What is the type of c.PhysicalAddresses? If it's Dictionary, then you can use the ContainsKey method.
c.PhysicalAddresses
Dictionary