User information of Windows account

  • Thread starter Thread starter Christian Nein
  • Start date Start date
C

Christian Nein

Hello,

I am trying to retrieve additional user information of the Windows account
(such as first name, surname, e-mail, ...)

Does anybody know how I can get this information?

Thanks in advance and best regards,
Christian
 
¤ Hello,
¤
¤ I am trying to retrieve additional user information of the Windows account
¤ (such as first name, surname, e-mail, ...)
¤
¤ Does anybody know how I can get this information?
¤

You can use System.DirectoryServices to retrieve this information. Below is an example that should
get you started:

http://www.wwwcoder.com/main/parentid/272/site/1694/68/default.aspx


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top