Alright, I recently had my msn account hijacked and they happened to delete&block all my contacts I know that I can add each one out of the 200+ contacts I have via Tools->Options.. -> Privacy.
However I'd rather make a script to do this for me, or at least place them into a txt file in the format of how you'd save your contacts (*.ctt) for example
code:
<?xml version="1.0"?>
<messenger>
<service name=".NET Messenger Service">
<contactlist>
<contact type="1">bob@hotmail.com</contact>
</contactlist>
</service>
</messenger>
so if anyone could assist me on this, or at least tell me how to place them into an array.
Thank you - James.