Author |
|
Lion06 Newbie
Joined: 17 November 2010
Online Status: Offline Posts: 2
|
Posted: 17 November 2010 at 2:50pm | IP Logged
|
|
|
Hi, I've just installed MailBee.NET Objects with trial license.
I was taking a look of this very interesting example:
http://www.afterlogic.com/kb/articles/getting-notifications- about-new-messages-in-mailbox-imap-idle-and-polling
But say "license key is invalid"
I've used SaveKey2 or app.config, but always the same error :(
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 18 November 2010 at 8:52am | IP Logged
|
|
|
Does the key start with MBN6? What happens if you specify it in the code?
E.g.
Code:
Imap.LicenseKey = "MBN6..."
Imap imp = new Imap();
...
|
|
|
Regards,
Alex
|
Back to Top |
|
|