what protocol does smtpclient.send() use

  • Thread starter Thread starter Abraham Andres Luna
  • Start date 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
 
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
 
ty for your answer
now i just have to find some send mail using imap protocol code or component
 
Back
Top