RE: Get e-mail adress of contact
You don't need a script for this. Just export your contact list and then open the .ctt file with notepad.
Replace all <contact type="1"> with " " and </contact>.
Delete:
<?xml version="1.0"?>
<messenger>
<service name=".NET Messenger Service">
<contactlist>
and
</contactlist>
</service>
</messenger>
There you have all your contacts emails.
|