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.
 

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

Top