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