What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Get email address of sender when message is received

Get email address of sender when message is received
Author: Message:
Eagle_Erwin
Junior Member
**

Avatar
Eagle Erwin

Posts: 17
Reputation: 1
38 / Male / –
Joined: Aug 2006
RE: Get email address of sender when message is received
code:
function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind){
var f = new Enumerator(pChatWnd.Contacts);
var email=f.item().Email;
}


The e-mail address is now stored in var email.

This post was edited on 09-01-2007 at 05:33 PM by Eagle_Erwin.
09-01-2007 05:32 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Get email address of sender when message is received - by MeEtc on 09-01-2007 at 04:19 PM
RE: Get email address of sender when message is received - by Eagle_Erwin on 09-01-2007 at 05:32 PM
RE: Get email address of sender when message is received - by MeEtc on 09-01-2007 at 06:09 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