connecting to the Deleted Objects container in AD
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, i'm trying to connect to the Deleted objects container in AD by using: DirectoryEntry de = new DirectoryEntry("LDAP://CN=Deleted Objects,DC=domain,DC=com") and it is retuning with an error saying - There is no such object on the sever. but i can see it when i use LDP!! can anyone help? Many Thanks, phil