J
Jason Zhou
Hi,
I am new here, hope my question is not too stupid.
I want to send out email from my application by using C#, I was told to use
smtp, the sample code is very simple, I am using smtpmail.send(), the
questions are:
1. What does the relationship between smtp and pop3?
2. I had impression that I need account and password for smtp, how come I
don't need to specify in smtpmail object (and no method or property to let
me specify)?
3. I am keeping getting an error message like 'Could not access
'CDO.message' object', is it because the smtp is not available?
Thanks in advance!
Jason
I am new here, hope my question is not too stupid.
I want to send out email from my application by using C#, I was told to use
smtp, the sample code is very simple, I am using smtpmail.send(), the
questions are:
1. What does the relationship between smtp and pop3?
2. I had impression that I need account and password for smtp, how come I
don't need to specify in smtpmail object (and no method or property to let
me specify)?
3. I am keeping getting an error message like 'Could not access
'CDO.message' object', is it because the smtp is not available?
Thanks in advance!
Jason