Click here to Skip to main content
15,895,740 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Console application Pin
eagertolearn14-Feb-06 8:54
eagertolearn14-Feb-06 8:54 
GeneralRe: Console application Pin
Joshua Quick14-Feb-06 9:09
Joshua Quick14-Feb-06 9:09 
Questionlist all DB in sqlserver Pin
osama8214-Feb-06 5:48
osama8214-Feb-06 5:48 
AnswerRe: list all DB in sqlserver Pin
Colin Angus Mackay14-Feb-06 11:02
Colin Angus Mackay14-Feb-06 11:02 
QuestionVB application generated e-mails Pin
Sandie14-Feb-06 3:48
Sandie14-Feb-06 3:48 
AnswerRe: VB application generated e-mails Pin
KaptinKrunch14-Feb-06 5:44
KaptinKrunch14-Feb-06 5:44 
GeneralRe: VB application generated e-mails Pin
Sandie14-Feb-06 6:04
Sandie14-Feb-06 6:04 
GeneralRe: VB application generated e-mails Pin
KaptinKrunch14-Feb-06 6:21
KaptinKrunch14-Feb-06 6:21 
Take a look at the SMTP RFC
http://www.faqs.org/rfcs/rfc821.html"
Clip taken from the RFC

A Typical SMTP Transaction Scenario

This SMTP example shows mail sent by Smith at host USC-ISIF, to
Jones, Green, and Brown at host BBN-UNIX. Here we assume that
host USC-ISIF contacts host BBN-UNIX directly. The mail is
accepted for Jones and Brown. Green does not have a mailbox at
host BBN-UNIX.

-------------------------------------------------------------

R: 220 BBN-UNIX.ARPA Simple Mail Transfer Service Ready
S: HELO USC-ISIF.ARPA
R: 250 BBN-UNIX.ARPA

S: MAIL FROM:<Smith@USC-ISIF.ARPA>
R: 250 OK

S: RCPT TO:<Jones@BBN-UNIX.ARPA>
R: 250 OK

S: RCPT TO:<Green@BBN-UNIX.ARPA>
R: 550 No such user here

S: RCPT TO:<Brown@BBN-UNIX.ARPA>
R: 250 OK

S: DATA
R: 354 Start mail input; end with <CRLF>.<CRLF>
S: Blah blah blah...
S: ...etc. etc. etc.
S: .
R: 250 OK

S: QUIT
R: 221 BBN-UNIX.ARPA Service closing transmission channel

Scenario 1

-------------------------------------------------------------

AnswerRe: VB application generated e-mails Pin
Dave Kreskowiak14-Feb-06 9:04
mveDave Kreskowiak14-Feb-06 9:04 
AnswerRe: VB application generated e-mails Pin
Kevin McFarlane14-Feb-06 10:08
Kevin McFarlane14-Feb-06 10:08 
Questioncache is not working Pin
Narayana M14-Feb-06 3:15
Narayana M14-Feb-06 3:15 
AnswerRe: cache is not working Pin
Dave Kreskowiak14-Feb-06 8:58
mveDave Kreskowiak14-Feb-06 8:58 
QuestionVB .NET ComboBox: empty field needed Pin
Mashinovodja14-Feb-06 2:59
Mashinovodja14-Feb-06 2:59 
AnswerRe: VB .NET ComboBox: empty field needed Pin
Joshua Quick14-Feb-06 6:50
Joshua Quick14-Feb-06 6:50 
GeneralRe: VB .NET ComboBox: empty field needed Pin
Mashinovodja17-Feb-06 1:03
Mashinovodja17-Feb-06 1:03 
GeneralRe: VB .NET ComboBox: empty field needed Pin
Joshua Quick17-Feb-06 7:05
Joshua Quick17-Feb-06 7:05 
Questionmanifest file?????? Pin
Hari Om Prakash Sharma14-Feb-06 2:01
Hari Om Prakash Sharma14-Feb-06 2:01 
AnswerRe: manifest file?????? Pin
Marc Soleda14-Feb-06 2:41
Marc Soleda14-Feb-06 2:41 
GeneralRe: manifest file?????? Pin
Hari Om Prakash Sharma14-Feb-06 2:49
Hari Om Prakash Sharma14-Feb-06 2:49 
AnswerRe: manifest file?????? Pin
Guffa14-Feb-06 2:55
Guffa14-Feb-06 2:55 
Questiondatagridview problem Pin
thepityone13-Feb-06 20:44
thepityone13-Feb-06 20:44 
Questionhow can i add unbound data to datagridview Pin
thepityone13-Feb-06 20:25
thepityone13-Feb-06 20:25 
AnswerRe: how can i add unbound data to datagridview Pin
Dave Kreskowiak14-Feb-06 8:50
mveDave Kreskowiak14-Feb-06 8:50 
Questionon mouse event Pin
aqui_i13-Feb-06 20:07
aqui_i13-Feb-06 20:07 
AnswerRe: on mouse event Pin
Dave Kreskowiak14-Feb-06 8:48
mveDave Kreskowiak14-Feb-06 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.