Using CE version 5.1
I seem to be unable to create an inbound mailbox that connects with exchange via IMAP. It works fine when using gmail or another source, I seem to have no problem with outlook express. I seem to be getting the following error in the log, any Ideas greatly appreciated.
Error:
C:\web.net\splendidcrm7\_code\EmailUtil.cs
Voice CheckInBound(System.Web.HttpContext,System.Guid,Boolean)
1392
Object reference not set to an instance of an object
Have you tried upgrading to 6.1? There were a few changes in this area in the last year, so I'm hopeful that your issue will be resolved by a simple upgrade.
Can you confirm that the line that is reporting the error is: ImapMailbox mailbox = command.Select(sMAILBOX);
Also, are you able to rebuild the project in debug mode? If so, it would be helpful to see the stack information that is saved to the System Log table when the error is generated.