-
How can I check my Hotmail, or regular POP3 mail, if I have got any new ?
Please, really need help with this.
-
I know what to do, but not how to do it. You have to add MAPI Messaging Controls to your project and add them to the form. (If you have MSDN it will tell you all about them). This is the code of an (edited) MSDN sample project:
MAPISession1.DownLoadMail = False
MAPISession1.LogonUI = True
MAPISession1.SignOn
MAPISession1 LogOn = True
MAPISession1.NewSession = True
MAPIMessages1.SessionID = MAPISession1.SessionID MAPIMessages1.FetchUnreadOnly = True (or False if you want)
MAPIMessages1.Fetch
I don't quite know what happens now, but at least it's a start.
You might send this to the internet forum. They'll know more about it.
[Edited by Philosopher on 04-09-2000 at 09:48 AM]