What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HELP - Email from OnEvent_ChatWndReceiveMessage!

HELP - Email from OnEvent_ChatWndReceiveMessage!
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: HELP - Email from OnEvent_ChatWndReceiveMessage!
Indirectly, yes it is:

JScript code:
function OnEvent_ChatWndReceiveMessage(obj,orig,msg,k) {
    var Emails = new Array();
    for(var e = new Enumerator(obj.Contacts; !e.atEnd(); e.moveNext()) {
        Emails.push(e.item().Email);
    }
}


The Emails array contains all email addresses. I suppose you know how to use 'em from now on?

This post was edited on 05-14-2009 at 07:45 PM by SmokingCookie.
05-14-2009 07:44 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP - Email from OnEvent_ChatWndReceiveMessage! - by whiz on 05-14-2009 at 07:16 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage! - by SmokingCookie on 05-14-2009 at 07:44 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage! - by whiz on 05-14-2009 at 07:56 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage! - by matty on 05-14-2009 at 08:03 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage! - by Jesus on 05-14-2009 at 08:04 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage! - by roflmao456 on 05-14-2009 at 08:06 PM
RE: HELP - Email from OnEvent_ChatWndReceiveMessage! - by whiz on 05-14-2009 at 08:10 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