Shoutbox

[help] obtain contact name from email - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [help] obtain contact name from email (/showthread.php?tid=66789)

[help] obtain contact name from email by mrenigma on 09-29-2006 at 09:55 PM

I am making a personal script to aid me with knowing when contacts are online and i am curious as to how you can obtain someones contact name from their email in code? If it cant be done i will leave it out but if i could convert an email into their contact name and place it into a toaster it would greatly advance what i am trying to do:)


RE: [ help ] by Silentdragon on 09-29-2006 at 09:59 PM

code:
var Contact = Messenger.MyContacts.GetContact("email@email.com");
MsgPlus.DisplayToast("Title",Contact.Name);


RE: [ help ] by mrenigma on 09-29-2006 at 10:03 PM

wow:P that was simple.... i really need to learn these commands for windows live messenger and fast:o

thanks man ^-^