View Single Post
  #2  
Old September 27th 07, 08:18 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How can I pull current user info into a custom outlook form?

You'd need to use code behind the form to set the value of the desired property to the string returned by Application.Session.CurrentUser.Manager. If you need a primer on working with Outlook properties, see http://www.outlookcode.com/article.aspx?ID=38

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jenn" wrote in message ...
I am creating a custom form in Outlook and would like to pull in the current
Users Manager's name. Any suggestions on where I go to find some code to
accomplish that?

Ads