Where is the best source of documentation for this control? Does it have commands for pop3 and smtp?
Printable View
Where is the best source of documentation for this control? Does it have commands for pop3 and smtp?
Socket control has basically only 2 commands for sending data and getting data as
winsock1.senddata
winsock1.getdata
For Connecting to POP3 and SMTP
winsock1.connect Ipaddress,25 or 110
There r no commands specifically for POP3 or SMTP intialised in socket control
DOcumentation try the help of visual studio 6.0
Agent Z