View Single Post
  #1  
Old November 28th 07, 04:37 AM posted to microsoft.public.outlook.program_vba
MA[_2_]
external usenet poster
 
Posts: 47
Default Hide the choose profile dialog using Redemption.ProfMan

Hi,

I am reviewing the Redemption.ProfMan library which lets you to
manipulate the Mapi. I can access the provider name, etc.

Everytime I call the following line to initialize the
Outlook.ApplicationClass which display the Outlook choose profile
dialog.

---------------------------------
- Outlook.ApplicationClass olApp = new Outlook.ApplicationClass();
olNameSpace = olApp.GetNamespace("MAPI");
---------------------------------

Can I automate the process by selecting a profile and continue with
the ApplicationClass? Basically I want to hide the Outlook choose
profile dialog. Is it possible?

Thanks in advance for your suggestions.

Regards,
MA
Ads