What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » I have a question about the new msn 2011?

I have a question about the new msn 2011?
Author: Message:
digitalis
New Member
*


Posts: 1
Joined: Jan 2011
O.P. I have a question about the new msn 2011?
OK my question is that. I have the new msn 2011 and um..I want to know how can i view the block list of all the people i block because i want to unblock somebody but the new msn 2011 do not have the block option. is there a way to view all the people i block ?
01-21-2011 03:47 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: I have a question about the new msn 2011?
If you install Messenger Plus! 4.9 you can create a script and insert this code

Javascript code:
function OnEvent_Initialize() {
    if (Messenger.MyStatus < STATUS_INVISIBLE) return false;
    for (var oContact = new Enumerator(Messenger.MyContacts); !oContact.atEnd(); oContact.moveNext())
        if (oContact.item().Blocked === true)
            Debut.Trace(oContact.item().Email);
 
    Debug.DebuggingWindowVisible = true;
}
 
function OnEvent_SigninReady() {
    OnEvent_Initialize()
}

01-21-2011 04:43 PM
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