How can I detect if this dictionary key exists in C#? 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 (Contact c in contactList)... April 30, 2022 0 Comments