Hi All!

I was looking on the Project\References options... I found this "Messenger Type Library" which called my attention. So I added a reference and play with it for a while. I found that it was very easy to check for new emails on the hotmail account:

Private Sub Command1_Click()
MsgBox mapp.LocalLogonName
MsgBox (mapp.UnreadEmail(MFOLDER_INBOX))
MsgBox mapp.LocalFriendlyName
End

Yeah, I know... it's useless... the messenger itself does that already. But I wonder if it's also posible to read the email subject, body, do a reply, etc. That could be really nice...


Ruben (The Backup Guy)
Lonely 3rd Shift Operator
Using VB-5.0