quote:
Originally posted by ecion
var Contacts = Messenger.MyContacts
var Contact = Contacts.GetContact(Email)
MyActiveXObject.main1(Contact.Email)
you realize that you're using two lines of code to get the contact object from the email, just so you can get the email from the contact object, right?