Search The ForumSearch   RegisterRegister  LoginLogin

MailBee IMAP4

 AfterLogic Forum : MailBee IMAP4
Subject Topic: string interface not valid Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Guests
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 21 June 2005 at 9:42am | IP Logged Quote Guests

I've had made a page like this,but it shows me an error in the line 23 Interface string is not valid :

<%

else

     Dim UserName
     Dim Password
     Dim Mailer
23. Set Mailer = Server.CreateObject("MailBee.IMAP4")
     UserName = Request.Form("UserName")
     Password = Request.Form("Password")

     Mailer.EnableLogging = True ' Logging helps to discover any problems
     Mailer.LogFilePath = "C:\imap4_log.txt"

     Mailer.LicenseKey = "MBC520-5F572FBF9F-A722C67DEA605E584CBDB983F3993E9F"
           If Mailer.Connect("mailbox.unimo.it", 143, Username,Password) THEN
                Response.Write "Connected successfully"
           Mailer.Disconnect
           Else
                Response.Write Mailer.ErrDesc
           end if
END IF
%>
Could you please help me???????
Back to Top View Guests's Profile Search for other posts by Guests
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 21 June 2005 at 11:18am | IP Logged Quote Alex

Seems MailBee.dll is not correctly registered on the server. Make sure MailBee.dll is installed on the server and registered. You can use regsrv32 utility to register MailBee.dll if you didn't use MailBee installation program.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide