Re: Scripting OS X Address Book
Re: Scripting OS X Address Book
- Subject: Re: Scripting OS X Address Book
- From: LE STANG Jean-Baptiste <email@hidden>
- Date: Sun, 5 Jan 2003 21:06:43 +0100
The following will return the name and the addresses of every contact
of your address book
tell application "Address Book"
get {last name, value of emails} of every person
end tell
jean-baptiste LE STANG
Le dimanche, 5 jan 2003, ` 19:52 Europe/Paris, Mark Evans a icrit :
>
I am trying to write a script that exports all the e-mail addy's from
>
the address book to a delimited text file. Any help would be
>
appreciated.
>
_______________________________________________
>
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.
_______________________________________________
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.