View Single Post
  #5  
Old March 9th 10, 11:40 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Redemption MAPI access(c#)

What are the exception details?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"entvex" wrote in message
...
when i run this code to login

Redemption.RDOSession Session = new RDOSession();
try
{
",
"intern.domain.com");
}
catch (Exception)
{
}
Debug.WriteLine(Session.LoggedOn);

i get this error from the Exception
"Catastrophic failure"
do any of you have an idea why it won't logon ?

Greetins Entvex



Ads