View Single Post
  #3  
Old December 13th 07, 12:32 PM posted to microsoft.public.outlook.program_addins
Amarendra
external usenet poster
 
Posts: 2
Default Accessing multiple MS-Outlook profiles with C# .net

What i mean by "accessing multiple Profiles " means, let say MS-Outlook is
setup with 10 profiles and there will be 10 database respectively.
My program will be scheduled and it will access required messages details
from each of the 10 profiles and update database for respective profiles.

"Ken Slovak - [MVP - Outlook]" wrote:

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