Author |
|
Yoonoo Newbie
Joined: 03 December 2006
Online Status: Offline Posts: 5
|
Posted: 07 July 2007 at 9:15pm | IP Logged
|
|
|
I'm building an application that will run on Windows Server 2003 x64 and I'm trying to connect to a POP3 Server using SSL. But I get the following error when calling pop3.connect :
"SSL-related Win32 function returned an error. See NativeErrorCode property value for more information. The Win32 error code is: -2146893056"
The same application connects fine from Windows XP.
Is there any way to get it to work on the x64 server?
Thanks!
Younes
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 08 July 2007 at 7:01am | IP Logged
|
|
|
Please try the latest version of the dll.
If this does not help, could you please enable logging into a file (using Pop3.Log property) and then send us the log along with the code you're using to connect to SSL server?
You can submit this information using our Request Support Form
Regards,
Alex
|
Back to Top |
|
|
Yoonoo Newbie
Joined: 03 December 2006
Online Status: Offline Posts: 5
|
Posted: 09 July 2007 at 6:56pm | IP Logged
|
|
|
Thanks Alex! The new version fixed the problem.
|
Back to Top |
|
|