Updating a contact record with VBscript

  • Thread starter Thread starter unkuser
  • Start date Start date
U

unkuser

Hi,

I have this issue. I can read the fields of my contacts with my
vbscript. And I need to set the Nickname field to something. But I
cannot update/edit/save the information.

For Example.
oContact.Nickname = "crazyguy"

How can I save this?

I tried
oContact.Save

and that doesnt work. What is the method to update the contact
information?

Thanks
 
Back
Top