What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help with this script please

Help with this script please
Author: Message:
albertrc
New Member
*


Posts: 1
Joined: May 2012
O.P. Help with this script please
I just need help for this script:
quote:
function OnEvent_Initialize(MessengerStart)
{
var Contacts = Messenger.MyContacts;
var e = new Enumerator(Contacts);
for(; !e.atEnd(); e.moveNext())
{
    var Contact = e.item();
    if(Contact.blocked == true)
    Debug.Trace(" " + Contact.Email);
}
    }

For now, the script display in the debug window, the email of everyone in my contact list who was blocked.

I want to delete this blocked contacts too... but i dont find the function, any idea'??
05-21-2012 08:38 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Help with this script please
You cannot delete a contact through the plugin API.
05-22-2012 02:44 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