I am trying to get all the email addresses associated with this AD user.
For the user, I have a domain and login (for example, DOMAIN \ username), and I AD keep the email addresses in:
- Mail attribute.
- In the attributes of
proxyAddresses .
So far, I donβt know which C # API to use to connect to AD and how to properly filter the user to get all email addresses. I am using .NET 3.5.
Thanks.
pgb
source share