exchange user name

  • 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
 
IMAPISession::QueryIdentity in MAPI or Namespace.CurrentUser in OOM. This of
course has nothing to do with a particular item; it applies to the MAPI
session.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top