I need to be able to retrieve emails from SmarterMail (the email that comes with DiscountASP.net). DiscountASP claims they have the IPWorks suite installed, but when I try to invoke it with:
Set imap = Server.CreateObject("IPWorksASP.IMAP")
or
Set imap = Server.CreateObject("IPWorksASP6.IMAP")
I get a server create object error. Can someone tell me the correct syntax for creating the IMAP object of IPWorks on DiscountASP.net?
Thank you - Robert