I'm using System.DirectoryServices.AccountManagement namespace classes to add and manage users in AD, but I can't seem to find how to add Address information to user objects. I'm using the UserPrincipal class to add users programatically to AD.
Any ideas?
Here is a sample to do that by using extensibility call :
You'll find more information in MSDN documentation.
Here is the result :