Hi All,
I need to identify a particular Distribution List is available or not. If it is available, then i need to display the members falling under that distribution List. I need this to be done in asp.net using C#.Net.
Please provide me sample code of where to change or how to do that? i tried giving in
search.filter="memberOf=...". But memberOf list contains many fields like CN=..., OU=... like that. Which one to give in Filter so that i can display the members in that Distribution List.
How to do that? And also, a code snippet, where i can get user's "memberOf" properties alone seperately. Say, if he a particular user "xyz" is a member of an orgn "ABC" and also under distribution lists of that orgn, say "ABC-Developers" and "ABC-Csharp", then i need to display like "xyz" member of "ABC, ABC-Developers, ABC-CSharp" like that. and in next line, to display the whole list of members falling under those 3 DL's.
Thanks in advance.