Author |
|
medbiller Newbie
Joined: 25 February 2016 Location: Puerto Rico
Online Status: Offline Posts: 1
|
Posted: 25 February 2016 at 8:18am | IP Logged
|
|
|
Error:
An unhandled exception of type 'MailBee.ImapMail.MailBeeImapNegativeResponseException' occurred in MailBee.NET.dll
Additional information: The server has responded with negative reply. The server responded: MBN00000002 NO Lookup failed v189mb608473624ywa.
From vb.net, Windows 8.1, vs2010. Code:
Dim imp As New Imap()
imp.Connect("imap.gmail.com")
imp.Login("Valid User", "PASSWORD")
imp.SelectFolder("Inbox") <-- Error Line
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 25 February 2016 at 8:24am | IP Logged
|
|
|
This has nothing to do with MailBee. It means Gmail disabled access via IMAP to this account from your IP address.
You can read more at https://mailbeenet.wordpress.com/2015/11/19/restore-smtp-and-imap-access-to-your-gmail-account/
Regards,
Alex
|
Back to Top |
|
|