exchange user names

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

Hello,

I know there is field that returns the value out who modified the task last:
PR_LAST_MODIFIER_NAME.

But is there a field that can identify who the user is upon opening a task?

For example, I want to do this:

If user = John Smith
then make a certain field read only.


Thanks
Joel
 
Try this

application.GetNameSpace("MAPI").CurrentUser it return's the name of
the current User

++
 
Back
Top