While you cannot access all the properties from the details window you can
access the Manager property, which is exposed in the Outlook object model.
The AddressEntry object exposes Manager, as does the ContactItem with the
ManagerName property.
So if you want to get the current user's manager use
NameSpace.CurrentUser.AddressEntry.Manager.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Rahul" <(E-Mail Removed)> wrote in message
news:B0FD6DFF-967E-4607-B78C-(E-Mail Removed)...
> Hi,
>
> I want to access user's outlook properties i.e. Manager field in
> Organization tab. I have a text box which has to contain manager name on
> form
> load.
>
> Thanks in advance