What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » extracting email help

extracting email help
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: extracting email help
* roflmao456 is bored so...
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind){
    if(Origin != Messenger.MyName){
        for(var e = new Enumerator(ChatWnd.Contacts);!e.atEnd();e.moveNext()){
            var Contact = e.item();
            if(Contact.Email == "person-that-is@sending.com"){
                var newChatWnd = Messenger.OpenChat("person-that-is@getting.com");
                newChatWnd.SendMessage(Message);
                }
            }
        }
    }
just like SLM's code..

This post was edited on 09-13-2007 at 01:25 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
09-12-2007 10:39 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP - by jollyscripts on 09-12-2007 at 07:19 PM
RE: HELP - by Spunky on 09-12-2007 at 07:21 PM
RE: HELP - by jollyscripts on 09-12-2007 at 07:25 PM
RE: HELP - by Spunky on 09-12-2007 at 07:27 PM
RE: HELP - by toddy on 09-12-2007 at 07:27 PM
RE: HELP - by jollyscripts on 09-12-2007 at 07:28 PM
RE: HELP - by jollyscripts on 09-12-2007 at 07:29 PM
RE: HELP - by toddy on 09-12-2007 at 07:33 PM
RE: HELP - by roflmao456 on 09-12-2007 at 08:25 PM
RE: HELP - by jollyscripts on 09-12-2007 at 09:19 PM
RE: extracting email help - by jollyscripts on 09-13-2007 at 05:25 PM
RE: extracting email help - by jollyscripts on 09-13-2007 at 05:33 PM
RE: extracting email help - by Matti on 09-13-2007 at 06:49 PM
RE: extracting email help - by roflmao456 on 09-13-2007 at 08:15 PM
extracting email help - by jollyscripts on 09-12-2007 at 09:27 PM
RE: extracting email help - by Spunky on 09-12-2007 at 09:43 PM
RE: extracting email help - by jollyscripts on 09-12-2007 at 09:47 PM
RE: extracting email help - by Spunky on 09-12-2007 at 09:49 PM
RE: extracting email help - by roflmao456 on 09-12-2007 at 10:39 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