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![]()


Reply With Quote