-
Viewing Emails
I'm trying to write a program that reads all the messages from a Hotmail account, and then fowards to specific email accounts according to their "Subject". For exmaple the program will access my Hotmail account, read all the messages I have, and then forward the messages with the subject "billing support" to [email protected] or "technical support" to [email protected].
The last part of the program will be the easiest, but I'm stuck with the first part. How can I read/view email messages from my Hotmail or Yahoo account in a Visual Basic 6 appilcation??
Thanks in advance :wave:
-
Re: Viewing Emails
if you have POP access then it is easy : go to http://www.planet-source-
code.com and you will find there examples!!!