PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET SMTP Server response to long e-mails

Reply

SMTP Server response to long e-mails

 
Thread Tools Rate Thread
Old 24-03-2004, 06:32 PM   #1
Juan Romero
Guest
 
Posts: n/a
Default SMTP Server response to long e-mails


Guys,

I am making a VB.NET e-mail client using the TCPClient class. I am able to
connect to the server and retrieve messages that are within the size of the
SMTP server buffer. However, when the message is too long, the server sends
only part of it.

What should I do next to get the server to send the rest of the message? Is
there another command that tells the server to continue sending information,
or should I just read from the stream again (which will cause the TCPClient
to block until there is data) hoping that the server will send the rest of
the information automatically?

Thanks!


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off