PDA

View Full Version : how to read email from email account with the api


xdembele
05-25-2007, 09:00 AM
Hello,

i would like to know how to use the control panel api
to read emails from an email account.

i have to read and scan the account emails..

thanks for your answer.

bruce
05-25-2007, 11:23 AM
The API is designed to manipulate mail system configurations (add / remove user, etc.). If you need to read email content, you can simply use any of the POP3 / IMAP email component.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

xdembele
05-26-2007, 03:32 AM
Thanks for this response.


but i have looked everywhere on the internet


and i can't find how to do it: read an account emails content.





Thanks for your help

bruce
05-29-2007, 06:21 AM
There are many components that will allow you to do that. For example,


http://www.advancedintellect.com/product.aspx?pop3
http://www.emailarchitect.net/webapp/popcom/
http://www.dart.com/ctl_popnet.aspx




Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

FlyTheBlueSky
06-03-2007, 04:24 AM
Seems like these .NET POP3 readers start at $350. Yikes.

bruce
06-04-2007, 06:33 AM
$350!! wow.. that's quite expensive.


I think i've seen some free POP component before but I can't find it anymore.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

FlyTheBlueSky
06-04-2007, 06:38 AM
Yup. I found one at CodeProject.com ... simple enough, it works.