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

Thread: Socket

  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Socket

    How do I check the length of the responce of the SMTP server??
    Or is there anyway to determine the end of the responce string from the SMTP server??

    e.g.
    220 xxx.xxx.xxx.xxx Microsoft Exchange Internet Mail Service 5.0.1457.7 ready







  2. #2
    Join Date
    May 1999
    Location
    Glendale Heights, Illinois, USA
    Posts
    44

    Re: Socket

    You should check the RFC to be sure, but I'd imagine each message would end with a carriage-return, line-feed pair.


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