How To Do Everything in Active Directory With C#
http://www.codeproject.com/KB/system/everythingInAD.aspx#24
Check for the Existence of an Object
This method does not need you to know the distinguishedName, you can concat strings or even guess a location and it will still run (and return false if not found).
Collapse | Copy Code
public static bool...
[read more]
Submit a review:
Login required.