Re: Updating email entry in Address Book
Re: Updating email entry in Address Book
- Subject: Re: Updating email entry in Address Book
- From: Paul Tuckey <email@hidden>
- Date: Fri, 27 Jul 2007 18:17:52 +0100
Thanks Michelle.
That did the trick perfectly.
Best Wishes
Paul
On 27 Jul 2007, at 18:00, Michelle Steiner wrote:
On Jul 27, 2007, at 9:52 AM, Paul Tuckey wrote:
Whilst I can find plenty of example's of how to find and create
new email entries I don't seem to be able to find examples or work
out for myself how to update an existing entry.
There may be more than 1 email address per person, so you have to
index the email.
tell application "Address Book"
set thePeople to selection
set value of email 1 of (item 1 of thePeople) to
"email@hidden"
save addressbook
end tell
--
"I never told my religion, nor scrutinized that of another. I never
attempted to make a convert, or wished to change another's creed. I
have judged of other's religion by their lives, for it is from our
lives, and not from our words, that our religion must be read."
~Thomas Jefferson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40metaclarity.com
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden