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:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. Get email address of sender when message is received
Here's the basics. When a message is received and OnEvent_ChatWndReceiveMessage is called, is it possible to get the email address of the sender? If so, is anyone interested in coding it for me?
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
09-01-2007 04:19 PM
Profile PM Web Find Quote Report
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
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: Get email address of sender when message is received
it works as expected, thanks!
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
09-01-2007 06:09 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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