Author |
|
Ivy411 Newbie
Joined: 22 September 2008
Online Status: Offline Posts: 8
|
Posted: 22 September 2008 at 9:49am | IP Logged
|
|
|
Hello, Everyone:
I have a .net/C# web page developed by using MailBee namespace. It works great. It retrieves and modifies emails. However, I need to convert this web page(.aspx) to a vbs, and I am struggling with it.
It fails when I create the object.
Set Mailer = CreateObject("MailBee.SMTP")
I also tried MailBee.IMAP, MailBee.POP3.
when i run the .vbs, it complies that ActiveX component cannot createObject: "MailBee.POP3".
I have included the MailBee.net into the project reference.
Please help.
Thanks.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 23 September 2008 at 1:09am | IP Logged
|
|
|
In classic ASP or VB6 applications you should use MailBee Objects (ActiveX) instead of MailBee.NET Objects (.NET assembly). The documentation for ActiveX version describes how to create objects correctly.
Best regards,
Andrew
|
Back to Top |
|
|
Ivy411 Newbie
Joined: 22 September 2008
Online Status: Offline Posts: 8
|
Posted: 23 September 2008 at 8:31am | IP Logged
|
|
|
thank you, Andrew.
|
Back to Top |
|
|