What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » I am making a script...

I am making a script...
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: I am making a script...
quote:
Originally posted by ddunk
code:
var Contacts = Messenger.MyContacts;
var Contact = Contacts.GetContact("ddunk@is.a.ponynugget.net");
Debug.Trace(Contact.Name);


You could just write that into a single line as well, though you won't have the Contacts and Contact variables to refer back to later.
code:
Debug.Trace(Messenger.MyContacts.GetContact("email@address.com").Name)

This post was edited on 08-16-2006 at 04:37 AM by markee.
[Image: markee.png]
08-16-2006 04:34 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I am making a script... - by augrunt on 08-16-2006 at 04:16 AM
RE: I am making a script... - by ddunk on 08-16-2006 at 04:24 AM
RE: I am making a script... - by markee on 08-16-2006 at 04:34 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