What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How can I found out who (email) sent the msg/received the msg?

How can I found out who (email) sent the msg/received the msg?
Author: Message:
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: How can I found out who (email) sent the msg/received the msg?
quote:
Originally posted by matty
There aren't any really reliable ways of doing this. I say that because Messenger Plus! doesn't know what the email is only the name.

Now you can iterate through the ChatWnd.Contacts object
Javascript code:
for (var oContact = new Enumerator(ChatWnd.Contacts); !oContact.atEnd(); oContact.moveNext()){
    Debug.Trace(oContact.item().Email);
}


What if two contacts have the same name? Wouldn't that trigger on both of them?
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
05-07-2009 12:24 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How can I found out who (email) sent the msg/received the msg? - by leetking on 05-06-2009 at 08:26 PM
RE: How can I found out who (email) sent the msg/received the msg? - by matty on 05-06-2009 at 10:50 PM
RE: RE: How can I found out who (email) sent the msg/received the msg? - by leetking on 05-07-2009 at 05:38 PM
RE: How can I found out who (email) sent the msg/received the msg? - by Lou on 05-07-2009 at 12:24 AM
RE: How can I found out who (email) sent the msg/received the msg? - by Mnjul on 05-07-2009 at 07:55 AM
RE: How can I found out who (email) sent the msg/received the msg? - by matty on 05-07-2009 at 08:00 PM
RE: RE: How can I found out who (email) sent the msg/received the msg? - by leetking on 05-08-2009 at 03:27 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On