Re: Setting properties in Address Book
Re: Setting properties in Address Book
- Subject: Re: Setting properties in Address Book
- From: Michelle Steiner <email@hidden>
- Date: Sun, 10 Feb 2008 00:03:28 -0700
On Feb 9, 2008, at 10:26 PM, Robert R. Horning wrote: In Tiger, having retrieved the person's id, is it possible to set properties, such as Title, Nickname, and Suffix, for a person in the Address Book after the entry for that person has been entered? If so, what's the syntax?
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
-- Michelle
-- Science is the defense of ignorance, the insistence that we do not know what we do not know. --Clifford Geertz
|
_______________________________________________
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