View Single Post
  #4  
Old March 9th 10, 08:01 AM posted to microsoft.public.outlook.program_vba
entvex
external usenet poster
 
Posts: 10
Default Redemption MAPI access(c#)

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