K
Karen
I'm using Outlook 2000
How to get the current user ID? e.g. "jsmith"
I just know that the following code can get the name of user, e.g. "John
Smith"
Set MyNameSpace = Application.GetNameSpace("MAPI")
MsgBox MyNameSpace.CurrentUser
Thanks very much!
How to get the current user ID? e.g. "jsmith"
I just know that the following code can get the name of user, e.g. "John
Smith"
Set MyNameSpace = Application.GetNameSpace("MAPI")
MsgBox MyNameSpace.CurrentUser
Thanks very much!