I have a vb.net win form app that runs on a MS Small Business Server 2003
(windows 20003 server + ISA 2000 + exchange 2000). My question is how can I
send external emails from the app via code? Is there any way to leave a copy
of the sent emails in a mailbox on exchange?
Thanks
Regards
Easiest way is to activate SMTP in exchange ( standard this is not
activated , so you must have control over the server ) , now you can send
e-mail from your .net app with the system.web.mail class , now create an
extra account in exchange and CC or BCC a copy of the message there
regards
Michel Posseth [MCP]
"John" <Jo...@nospam.infovis.co.uk> schreef in bericht
news:%233n53of...@TK2MSFTNGP04.phx.gbl...
Thanks again
Regards
"Michel Posseth [MCP]" <MS...@posseth.com> wrote in message
news:exn8yzfy...@TK2MSFTNGP04.phx.gbl...
.Configuration.Fields("CdoSendUsing") = cdoSendUsingExchange
Which is documented here, along with other information on using CDOEX to
send via Exchange.
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_clb_sending_a_message_using_cdoex_vb.asp
--
-Jeff
"John" <Jo...@nospam.infovis.co.uk> wrote in message
news:u7vImGgy...@TK2MSFTNGP02.phx.gbl...