01-26-2007, 04:34 PM
01-26-2007, 08:07 PM
Yes the "Contact.Email" is wrong as "Contact" has to be specified from the "Contacts" array. To get the contact that you are currently talking to in the ChatWnd that you run the script from, do that use something like this:
then you can use currentcontact.Email to get their email address
I don't know if that code snippet you posted is just an example but that alone will not work properly and contains several errors ...
Code:
for(var enumerator = new Enumerator(ChatWnd.Contacts); !enumerator.atEnd(); enumerator.moveNext()){
currentcontact = enumerator.item();
}I don't know if that code snippet you posted is just an example but that alone will not work properly and contains several errors ...
01-26-2007, 11:02 PM
Thank You.
It worked exactly as I wanted
It worked exactly as I wanted

04-06-2007, 02:55 PM
If you have any other questions feel free to ask them here, but the Messenger Plus! Forums scripts section is full of script creators willing to help
.
.