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:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: extracting email help
It'll get sent as a message like if you would simply typed it. You can't really "fake" the name above the message. However, you may use  the following code to temporary change your name.
code:
var sOriginalName = Messenger.MyName; //Save your name
Messenger.MyName = Contact.Name; //Set your name to the contact's name
//Do the stuff
var newChatWnd = Messenger.OpenChat("bla2@bla2.com");
newChatWnd.SendMessage(Message);
Messenger.MyName = sOriginalName; //Reset your name

However, I don't encourage the use of such methods.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-13-2007 06:49 PM
Profile E-Mail 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