What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How to get groups of the current login

How to get groups of the current login
Author: Message:
dansam100
New Member
*


Posts: 7
35 / Male / Flag
Joined: Sep 2007
O.P. How to get groups of the current login
I am trying to get the group names of the messenger user from a script.
Example: if dsfd@hotmail.com logs in and has a group called "aaa" with friends there. I want to get the name of the group such that it is associated with the friends in that group.

Is there a way to just get the names of these groups?
09-22-2007 09:59 AM
Profile E-Mail PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: How to get groups of the current login
You can't, to the best of my knowledge there has been no good and reliable way of doing this with WLM to date and hence why Patchou has not implemented such a feature with anything in MP!L.  I'm sorry.
[Image: markee.png]
09-22-2007 10:05 AM
Profile PM Find Quote Report
dansam100
New Member
*


Posts: 7
35 / Male / Flag
Joined: Sep 2007
O.P. RE: How to get groups of the current login
thank you very much for the prompt response...

I can happily forget about doing that for now :)

thanks again
btw, sorry

what about nicknames? sorr
09-22-2007 10:10 AM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: How to get groups of the current login
You can get the nickname of a contact based on his/her e-mail address.
code:
var Nickname = Messenger.MyContacts.GetContact("someone@hotmail.com").Name
This requires that the contact is in the contact list. However, you should be aware that:
quote:
Originally posted by Plus! Live Scripting Documentation
This property returns the name of the contact as published by the contact. It does not return the eventual nickname associated with the contact.
;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-22-2007 11:41 AM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: How to get groups of the current login
quote:
Originally posted by Mattike
You can get the nickname of a contact based on his/her e-mail address.

Thats their display name... I think they might mean the custom nicknames stored in WLM
<Eljay> "Problems encountered: shit blew up" :zippy:
09-22-2007 01:13 PM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: How to get groups of the current login
quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by Mattike
You can get the nickname of a contact based on his/her e-mail address.

Thats their display name... I think they might mean the custom nicknames stored in WLM
Which is subject to the same limitation as groups at this current point in time to the best of my knowledge.
[Image: markee.png]
09-22-2007 01:56 PM
Profile PM Find Quote Report
dansam100
New Member
*


Posts: 7
35 / Male / Flag
Joined: Sep 2007
O.P. RE: How to get groups of the current login
I see...very useful information. I had hoped i could get the custom names but its all good.

Thanks for your prompt responses :D.
09-23-2007 02:02 AM
Profile E-Mail PM 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