Author |
|
macbuoy Newbie
Joined: 29 June 2010 Location: United States
Online Status: Offline Posts: 4
|
Posted: 30 June 2010 at 10:47am | IP Logged
|
|
|
is this available. can't find it
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 30 June 2010 at 11:25am | IP Logged
|
|
|
Installer: MailBee.exe
The installer installs both 32-bit and 64-bit DLLs.
Just a .DLL: MailBee.exe
Regards,
Alex
|
Back to Top |
|
|
macbuoy Newbie
Joined: 29 June 2010 Location: United States
Online Status: Offline Posts: 4
|
Posted: 30 June 2010 at 11:32am | IP Logged
|
|
|
THANKS!
Actually, I figured that out eventually. However, when I attempt to instantiate
mailbee in CF, I get "Can not use native code: Initialisation failed."
Here's my code:
<cfscript>
oMailer = CreateObject("com", "MailBee64.POP3");
</cfscript>
Any ideas?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 30 June 2010 at 11:52am | IP Logged
|
|
|
No, no. API is the same. Only the .DLL filename is different. That is, ProgID remains "MailBee.POP3".
Regards,
Alex
|
Back to Top |
|
|