cplsplsprogrammer
Programmer
Hello All,
I am trying to write a program to get a list of all the customer recepients in my exchange server. I was able to query LDAP and the query I am using is
(|(ObjectClass=organizationalPerson)(ObjectClass=groupOfNames))
It is giving me all the mailboxes and the distribution lists. Can anyone tell me how can i distinguish if it is mailbox or a distribution list?
Thanks,
Ram
I am trying to write a program to get a list of all the customer recepients in my exchange server. I was able to query LDAP and the query I am using is
(|(ObjectClass=organizationalPerson)(ObjectClass=groupOfNames))
It is giving me all the mailboxes and the distribution lists. Can anyone tell me how can i distinguish if it is mailbox or a distribution list?
Thanks,
Ram