|
-
January 5th, 2000, 01:59 AM
#1
Using MSWinsock Control??
Where is the best source of documentation for this control? Does it have commands for pop3 and smtp?
-
January 5th, 2000, 05:41 AM
#2
Re: Using MSWinsock Control??
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|