Sending e-mail using Exchange profile - reading from inbox

  • Thread starter Thread starter Kory Pukash
  • Start date Start date
K

Kory Pukash

Our application is built in asp.net and we are looking for
a way to send an e-mail notification (via exchange). We
have gotten the System.Web.Mail to send an e-mail, but we
need the e-mail written to the "Sent messsages" folder.
This allows us to monitor the inbox of our "Application
Account". We will need to look for and reconcile
undeliverable e-mails using the inbox and the sent items.
I haven't seen any messages or examples that discuss which
technology to use in this scenario. Should we use CDO,
CDOEX or WebDAV.

Thanks in advance.
Kory Pukash
MCSD, MCT
 
This works great in Windows Form, but do you know how to
get it to work in a Web Form, i get no errors but the
outlook msg never pops open? I also notice that a new
outlook.exe is in my task list.
 
Back
Top