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

++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top