| Author |  | 
      
        | emacarie Newbie
 
  
 
 Joined: 02 April 2010
 Online Status: Offline
 Posts: 4
 | 
          When I use the Imap connection class and attempt to connect using
           | Posted: 29 December 2010 at 12:38pm | IP Logged |   |  
           | 
 |  Auto authentication to a Exchange 2010 server, I get a crash.
 I do not get an exception thrown, the program crashes with an ntdll error in
 the Application Log (the error text is gibberish)
 
 I have the following setup:
 Server 2008 x64 client : MailBee client and libraries
 Server 2008 x64 server : Exchange 2010
 
 I attempt to connect using:
 Imap.Login(UserName, Password, MailBee.AuthenticationMethods.Auto)
 
 I have been using MailBee for about a year with the same codebase, and this
 combination of settings is the first time I have had a problem.
 I have used the exact same code with many different Imap servers (including Exchange 2007)
 with no problems.
 
 Furthermore the strange thing is that if I try connecting to the Exchange 2010 server
 using:
 
 Imap.Login(UserName, Password, authMethod,
 MailBee.AuthenticationOptions.TryUnsupportedMethods, null)
 
 using every Authentication Method for authMethod, I do not have any problems.
 Failures and Successes are reported correctly with no crashes.
 Does Auto authentication do something else I am not aware of ?
 
 Any help would be very appreciated.
 
 Thanks,
 -Emil
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          First, please make sure you're using the latest version of MailBee.NET.dll at http://www.afterlogic.com/updates/mailbee_net_2.zip
           | Posted: 29 December 2010 at 12:56pm | IP Logged |   |  
           | 
 |  
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |