Re: Remove Prefix from Apple Address Book Contacts
Re: Remove Prefix from Apple Address Book Contacts
- Subject: Re: Remove Prefix from Apple Address Book Contacts
- From: Michelle Steiner <email@hidden>
- Date: Tue, 17 Jul 2007 08:30:33 -0700
On Jul 17, 2007, at 7:33 AM, Jonathan Piccolo wrote:
Was wondering if it's possible to create a script that will go
through all contacts and strip the name prefix (Mrs, Mr, Ms, etc)
off of them. I have a client with this need and am hoping to create
something in a minimal amount of time to "correct" his address book.
tell application "Address Book"
repeat with thisPerson in (people whose title is not missing value)
set the title of thisPerson to "" as Unicode text
end repeat
save addressbook
end tell
-- Michelle
--
Are you better off today than you were on Jan 20th, 2001?
_______________________________________________
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