Accessing Account settings in outlook

P

Paul Rzepecki

Hi,

I'm trying to write add-in which perform login procedure. Is there any
possibility to access account information in outlook 2003 from outlook add-in
written in c#? If it is possible how to do this? Thans for advice.
 
K

Ken Slovak - [MVP - Outlook]

Account information is stored in the registry. It is not exposed in the
Outlook object model. Recently Microsoft exposed the accounts interface
specs but the information is only available using Extended MAPI (C++ or
Delphi code only). It can also be retrieved using a 3rd party library,
Redemption (www.dimastr.com/redemption).

See the information there from the Profiles button at the top of the Web
page.
 
Top