O.P. RE: script for open all contacts window
=====================
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
Messenger.OpenChat ( oContact.item() );
}
=====================
but for open online contacts, these only can open half of online contacts.
|