Click to See Complete Forum and Search --> : Using MSWinsock Control??


wilton
January 5th, 2000, 12:59 AM
Where is the best source of documentation for this control? Does it have commands for pop3 and smtp?

Sudharshaan
January 5th, 2000, 04:41 AM
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