Want to include AOL mailing functionality to my WPF windows application, where a user can read/send mails using his/her AOL account. Don't know where to start and what to look for ? ![]()
-
-
I'd imagine you'd want to find APIs to download and send email from AOL. I'd start looking around here: http://dev.aol.com/apis. I didn't see anything with my quick look...
Thanks, Rob
Rob Relyea | Program Manager, WPF & Xaml Language Team
robrelyea.com | /blog | /wpf | /xaml -
http://members.aol.com/adamkb/aol/mailfaq/imap/
Talks about IMAP and SMTP servers for AOL. With that you can use the Mail API in .NET to send mail. Then you just have to get a third party API for handling SMTP recieving. In this way you can work with anything that does SMTP not just AOL.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.