What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » I need a little help...

I need a little help...
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: I need a little help...
quote:
Originally posted by dbgtrgr
I'm having some problems getting the email of the person who sent the message inside of a "RecieveMessage" function. :\ How could I go about doing this?
There really isn't an easy way of doing it.

code:
function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind){
    if (pChatWnd.Contacts.Count == 1 && Messenger.MyName != sOrigin){
        for(var enumerator = new Enumerator(pChatWnd.Contacts) ; !enumerator.atEnd(); enumerator.moveNext())    {
            var Contact = enumerator.item();
            Debug.Trace(Contact.Email);
        }
    }
}

[edit]
    Beat ya stiggy
[/edit]

This post was edited on 07-25-2006 at 02:42 AM by matty.
07-25-2006 02:37 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I need a little help... - by dbgtrgr on 07-25-2006 at 01:04 AM
RE: I need a little help... - by matty on 07-25-2006 at 02:37 AM
RE: I need a little help... - by Stigmata on 07-25-2006 at 02:38 AM
RE: I need a little help... - by dbgtrgr on 07-25-2006 at 02:57 AM
RE: I need a little help... - by markee on 07-25-2006 at 03:15 AM
RE: I need a little help... - by matty on 07-25-2006 at 03:25 AM
RE: I need a little help... - by cloudhunter on 07-25-2006 at 03:26 AM
RE: I need a little help... - by matty on 07-25-2006 at 03:34 AM
RE: I need a little help... - by markee on 07-25-2006 at 03:35 AM


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