what protocol does smtpclient.send() use

  • Thread starter Abraham Andres Luna
  • Start date
A

Abraham Andres Luna

hello everyone,

i setup an outlook express account to use an IMAP server
now when i send a message, it is saved to the sent folder on the mail server
that way when i log in using the browser i can have my sent folder
synchronized
if i try to send a message using smtpclient.send() it doesn't save the
message in the sent folder
so i'm thinking maybe that method uses a different protocol than IMAP

is there a way to send mail using IMAP so it can save the message

thank you
 
K

Kevin Spencer

It uses the SMTP protocol.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
 
A

Abraham Andres Luna

ty for your answer
now i just have to find some send mail using imap protocol code or component
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top