CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Using MSWinsock Control??

    Where is the best source of documentation for this control? Does it have commands for pop3 and smtp?


  2. #2
    Join Date
    Dec 1999
    Location
    india,hyderabad
    Posts
    7

    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
  •  





Click Here to Expand Forum to Full Width

Featured