How do I pull active directory information into an outlook form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a custom form for new tasks in Outlook 2003. I have
created the form but I would like to pull information such as "requested by"
from Active directory. I do not see a way to do this. The standard form does
this so it must be possible.
 
If what you're looking for is the current user's name, you can get that from Application.Session.CurrentUser.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I am trying to pull active directory names into a task form so I can put in a
requested by field. Current user is automatically pulled in to owner.
 
All the address lists that the user can see are exposed in the Namespace.AddressLists collection. Return the one you need and iterate its AddressList.AddressEntries collection.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Nevermind. I will just use another product.

Sue Mosher said:
All the address lists that the user can see are exposed in the Namespace.AddressLists collection. Return the one you need and iterate its AddressList.AddressEntries collection.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

PDF viewer in Custom Form 0
Outlook Creating an Outlook form 2
Password in Form Field 0
Tasks Form 6
e-mail form 1
Data disappears when custom form is sent 1
How to embed a form into an email message? 1
Custom Form Help 1

Back
Top