[python-win32] Re: Getting the current user's email address

Mark Hammond mhammond@skippinet.com.au
Fri, 13 Dec 2002 09:23:10 +1100


> So, aside from GetUserNameEx, do you know any good way to get the 
> full name
> of the current user?  Or another way to get the FQDN?

You could try the win32net.NetUserGetInfo() function.

Mark.