-
I want to make an email program. I have the MAPIsession control and MAPImessages control, but I have no idea how to make them work. I want it to go to mail.infomak.com and list the new messages in a listbox (list1) , but not downlaod them. when you doubleclick on a message in the listbox, the message will download and open up into WebBrowser1.
-
maybe you could just point me in the direction of a sample project on the internet
-
Woo hoo.. someone after my own heart.. you're going to be a lot better of in the log run without someone specifically answering your questions.. getting an example and doing it yourself.. here's a link to an article here on how to create a pop client..
http://www.vbsquare.com/articles/pop/
-
Thanks rchiav! :) That's exactly what I needed!