Address Book: add element to existing record-> Disregard
Address Book: add element to existing record-> Disregard
- Subject: Address Book: add element to existing record-> Disregard
- From: Matthew Galaher <email@hidden>
- Date: Thu, 23 Oct 2003 09:15:25 -0700
My apologies. This seems to work!
--snip
set listOfOnePerson to people whose first name is firstName_toAdd and
last name is lastName_toAdd
repeat with aPerson in listOfOnePerson
tell aPerson
make new email at end of emails with properties {label:"home",
value:emailAddress_toAdd}
end tell
save addressbook
end repeat
--snip
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.