What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Get contact email from open chat window

Get contact email from open chat window
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Get contact email from open chat window
Try this, it's what I use.
code:
var ChatWndContacts = ChatWnd.Contacts;
  if(ChatWndContacts.Count == 1)
  {
    var e = new Enumerator(ChatWndContacts);
    var Contact = e.item();
   
    Contact.Email

<-----------------{other commands go here}------------->

}

EDIT: looks like I was beaten to it :P

This post was edited on 07-17-2006 at 03:04 PM by markee.
[Image: markee.png]
07-17-2006 10:29 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Get contact email from open chat window - by GibsonDude on 07-17-2006 at 10:20 AM
RE: Get contact email from open chat window - by ddunk on 07-17-2006 at 10:22 AM
RE: Get contact email from open chat window - by GibsonDude on 07-17-2006 at 10:27 AM
RE: Get contact email from open chat window - by markee on 07-17-2006 at 10:29 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