What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Modifying] ToastMessage - Settings to filter (updated)

[Modifying] ToastMessage - Settings to filter (updated)
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Modifying] ToastMessage - Settings to filter (updated)
code:
function OnEvent_ChatWndReceiveMessage(oChatWnd, sOrigin, sMessage, nMessageKind) {
    for (var oContact = new Enumerator(oChatWnd.Contacts); !oContact.atEnd(); oContact.moveNext()) {
        if (oContact.item().Name === sOrigin) Debug.Trace(oContact.item().Email);
    }
}

This certainly isn't the best way and there are many others on the forum.

This post was edited on 02-14-2008 at 05:41 PM by matty.
02-14-2008 05:41 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Modifying] ToastMessage - Settings to filter (updated) - by Firehalk on 02-13-2008 at 11:06 AM
RE: [Modifying ] ToastMessage - Filter by email (updated) - by Firehalk on 02-14-2008 at 03:55 PM
RE: [Modifying] ToastMessage - Settings to filter (updated) - by matty on 02-14-2008 at 05:41 PM
RE: [Modifying] ToastMessage - Settings to filter (updated) - by Firehalk on 02-14-2008 at 06:37 PM
RE: [Modifying] ToastMessage - Settings to filter (updated) - by AberNStein on 02-24-2008 at 07:11 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