Re: Setting properties in Address Book
Re: Setting properties in Address Book
- Subject: Re: Setting properties in Address Book
- From: Peter Baxter <email@hidden>
- Date: Mon, 11 Feb 2008 19:45:51 +1100
I'd tend to go for a script which allows for some inaccuracy:
tell application "Address Book" set foo to first person whose name contains "Michelle" tell foo set its title to "Queen" set its nickname to "Redhead Gal" set its suffix to "full of herself" end tell save addressbook end tell
On 10/02/2008, at 6:03 PM, Michelle Steiner wrote: tell application "Address Book" set foo to person "Michelle steiner" tell foo set its title to "Queen" set its nickname to "Redhead Gal" set its suffix to "full of herself" end tell save addressbook end tell
|
_______________________________________________
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