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