|
-
May 18th, 2000, 01:43 PM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|