Re: wodPOP3 Generic error for access violation (General questions)
Hi Edwin,
Most probably this happens because you add Port Property inside your code before Security property. In that case port is overwritten with default security port.
You need to add Port Properly after Security Property.
Here is example how you can connect to Gmail server with wodPOP3 and read emails:
http://www.weonlydo.com/code.asp?did=Reading-email-messages-from-Gmail-using-POP3-protocol
Let us know how it goes.
Regards,
Drazen
Complete thread:
- wodPOP3 Generic error for access violation - Edwin, 2011-06-28, 17:16
- Re: wodPOP3 Generic error for access violation - woddrazen, 2011-06-28, 17:22
- Re: wodPOP3 Generic error for access violation - Edwin, 2011-06-28, 17:49
- Re: wodPOP3 Generic error for access violation - woddrazen, 2011-06-28, 17:22