Author |
|
satish Newbie
Joined: 06 December 2011 Location: India
Online Status: Offline Posts: 1
|
Posted: 06 December 2011 at 2:10am | IP Logged
|
|
|
Hi,
We are using Licensed version of Mail Bee Component. We are getting error while using IMAP Login.
Wrong account name and/or password. The server responded: MBN00000002 NO Server Unavailable. 15.
Below is the sample code:
Imap imap = new Imap();
imap.Connect("servername"); // works fine
imap.Login("accoutnname", "password", MailBee.AuthenticationMethods.Auto, MailBee.AuthenticationOptions.PreferSimpleMethods, null); //throws error. Note: AccountName and password is correct. We have checked with two accounts. Error : Wrong account name and/or password. The server responded: MBN00000002 NO Server Unavailable. 15.
Please reply as soon as possible as its urgent issue. Thanks in advance. Satish
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 06 December 2011 at 2:51am | IP Logged
|
|
|
I guess this error is self-explaining as the server reports it experiences internal problems. You should check your server to find out what's wrong with it.
Regards,
Alex
|
Back to Top |
|
|