I'm having trouble with writing to the "notes" field
http://msdn.microsoft.com/en-us/library/ms680995(VS.85).aspx
This page shows that the "contact" object class has this attribute.
Yet, on normal user objects in AD they do not have objectclass
"contact"
When I am using System.DirectoryServices.AccountManagment (which, if I
understand, is just a pretty ADSI wrapper) I am not able to update it
because it does not meet constraints. ...
Any ideas where to go with this?