Getting mail from .Net

  • Thread starter Thread starter Dimitris
  • Start date Start date
D

Dimitris

Hi all I want to read a mailbox from an aspx page or an asmx.
Is it possible?

Not send mail. Read Mail
Thanks In advance
 
Dimitris said:
Hi all I want to read a mailbox from an aspx page or an asmx.
Is it possible?

Not send mail. Read Mail

Yes, it's possible. Best to use a component, like aspNetPOP3
[http://www.aspnetpop3.com/]. You could, of course, interact with the
POP3 server directly using socket communication, but you'd likely save
much time going with a packaged component.

Hope this helps...


--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!
 
Back
Top