View Single Post
  #2  
Old December 12th 07, 04:02 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Accessing multiple MS-Outlook profiles with C# .net

What do you mean by accessing multiple profiles?

Do you want to log into multiple profiles using code (only one Outlook
session can run at a time, you have to log off to be able to log into a new
profile), or do you want to read profile information from the registry?

There is a profile API available but you can only work with it using
Extended MAPI (C++ or Delphi only) or from ProfMan, a library that comes
with Redemption (www.dimastr.com/redemption).

--
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


"Amarendra" wrote in message
...
I am trying to find out a way to access multiple MS-Outlook
profiles/Accounts
from C#.net and Outlook object model.


Ads